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.
I've been happily using
indicatiffor 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
elapsedso 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.