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

Hide Insignificant Times #9

Open
deckar01 opened this issue Nov 22, 2017 · 0 comments
Open

Hide Insignificant Times #9

deckar01 opened this issue Nov 22, 2017 · 0 comments

Comments

@deckar01
Copy link

It would be nice to have a flag that prevents the output of insignificant times.

Docs:

--low=seconds
-l seconds

  Lower threshold. Works just like quiet, but only hides timestamps that are
  lower than this value in seconds.

Example:

> ./test.sh | gnomon
   0.0072s █ Building javascript bundles...
   2.2550s █  * Bundling eiLib.js...
   4.2045s █  * Bundling qq.entry.js...
   0.0023s █ Done!
           █ 
     Total █ 6.4696s
> ./test.sh | gnomon --low=0.05
           █ Building javascript bundles...
   2.2550s █  * Bundling eiLib.js...
   4.2045s █  * Bundling qq.entry.js...
           █ Done!
           █ 
     Total █ 6.4696s
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant