-
Notifications
You must be signed in to change notification settings - Fork 242
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
Sub-second precision for elapsed
.
#597
Comments
I'm open to having the logic changed so that it shows milliseconds instead of seconds past some threshold. Are you able to submit a PR for this? I think it might be enough to add millisecond value to |
ooh, that definitely was easy!
Some thoughts:
If I could perfectly tune it, I'd probably go for this:
|
|
I'm fairly late to this issue, but i dont think this is very realistic, especially for |
It's already possible to make a custom |
I've been happily using
indicatif
for a few use cases, and just applied it to tracking how long certain dependencies take to build: https://github.com/lgarron/mak"Unfortunately", I've optimized the builds and tests for one of my projects so well that many of the steps take less than a second.
Would it be possible to enable sub-second precision for
elapsed
so I can see how long the steps took to run?I'd be glad for a way to specify 3 decimal digits of precision, since some commands can be in the range of 10ms.
The text was updated successfully, but these errors were encountered: