Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Question about --type absolute #5

Open
thanatos opened this issue Jul 28, 2017 · 0 comments
Open

Question about --type absolute #5

thanatos opened this issue Jul 28, 2017 · 0 comments

Comments

@thanatos
Copy link

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.)

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

No branches or pull requests

1 participant