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 has been archived by the owner on Jul 20, 2020. It is now read-only.
When running w/ --type absolute, the time displayed by gnomon on line N is the time that line N+1 appeared.
Is this not confusing? E.g.,
» bash -c 'echo a && sleep 5 && echo b' | ./node_modules/gnomon/bin/gnomon -t absolute
19:46:25.000273 +0000 a
19:46:25.000276 +0000 b
19:46:25.000276 +0000
Total 4.8277s
despite there being a 5s difference in the output times of a and b, gnomon's timestamps are nearly identical. (because of the above.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running w/
--type absolute
, the time displayed bygnomon
on line N is the time that line N+1 appeared.Is this not confusing? E.g.,
despite there being a 5s difference in the output times of
a
andb
,gnomon
's timestamps are nearly identical. (because of the above.)The text was updated successfully, but these errors were encountered: