You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
I think this could be related to the startup taking about 0.2 seconds on my machine, but it would be nice to have it documented, as this is often seen as an alternative to time(1).
$ (sleep 0.2; echo line) | gnomon
0.0227s line
0.0014s
Total 0.0253s
$ (sleep 0.2; echo line) | time cat
line
cat 0.00s user 0.00s system 0% cpu 0.202 total
Why is the duration next to "line" and in total so low? I am using version 1.5.0.
I think this could be related to the startup taking about 0.2 seconds on my machine, but it would be nice to have it documented, as this is often seen as an alternative to
time(1).Why is the duration next to "line" and in total so low? I am using version 1.5.0.