Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with additional timing information #2

Open
mistralol opened this issue Feb 11, 2019 · 1 comment
Open

Fails with additional timing information #2

mistralol opened this issue Feb 11, 2019 · 1 comment

Comments

@mistralol
Copy link

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

@dannykopping
Copy link
Owner

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants