Skip to content

Commit

Permalink
update the README.md with information about the new -csv option
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 6, 2022
1 parent 429da56 commit 66c6d6d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ The example below shows the effect of the -absolute option:
use absolute timestamps
-color
colorize the output (default true)
-csv
do not format the output at all, just show the time in ns, followed by ',' then the output
-elapsed
use timestamps, showing the elapsed time from the start of the program.
Can not be used with -absolute
use timestamps, showing the elapsed time from the start of the program. Can not be used with -absolute
-end
timestamp the end of the execution (default true)
-merge
merge stderr to stdout. Useful for later filtering with grep.
-micro
round timestamps to microseconds, instead of milliseconds.
Can not be used with -absolute
round timestamps to microseconds, instead of milliseconds. Can not be used with -absolute
-nobuf
run the program with stdbuf -i0 -oL -eL, i.e. with *buffering off* for the std streams
-start
timestamp the start of the execution (default true)
-version
Expand Down

0 comments on commit 66c6d6d

Please sign in to comment.