b3 icon indicating copy to clipboard operation
b3 copied to clipboard

Fails with additional timing information

Open mistralol opened this issue 6 years ago • 1 comments

Seems to fail to parse with timing information.

eg

This works. strace -f cat

The following fail to produce any output. strace -t -f cat strace -tt -f cat strace -ttt -f cat

mistralol avatar Feb 11 '19 12:02 mistralol

Thanks for the report!

I didn't consider this flag actually; I only worked with -T: fstat(3, {st_mode=S_IFREG|0644, st_size=10756928, ...}) = 0 <0.000007>

The <0.000007> is added in this case.

I'll add in support :+1:

dannykopping avatar Feb 11 '19 18:02 dannykopping