Skip to content

Commit

Permalink
docs: added slow flags
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jan 4, 2022
1 parent f1b9cd3 commit c3c5c0f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ alter this behavior:

```text
-datetime
Show date/time stamp when message was received
Show date/time stamp when message was received
-format string
Date/time format (default: 2006-01-02T15:04:05Z07:00)
Date/time format (default: 2006-01-02T15:04:05Z07:00)
-no-delta
Do not print the delta elapsed time
Do not print the delta elapsed time
-no-elapsed
Do not print the absolute elapsed time
Do not print the absolute elapsed time
-slow
Show only slow deltas (over a certain threshold)
-slow-ms int
Slow delta threshold in ms (default 500)
```

The `-format` flag modifies the date/time string format used in conjunction with
Expand Down

0 comments on commit c3c5c0f

Please sign in to comment.