b3
b3 copied to clipboard
Fails with additional timing information
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
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: