dannykopping / b3

strace to json parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails with additional timing information

mistralol opened this issue · 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

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 👍