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
If I read the code correctly, the new round format shows only one number - seconds/minutes/hours/etc.
So, execution time of 3 hours and 5 minutes will show 3h.
But execution time of 3 hours and 55 minutes will also shoe 3h - right? Will show 4h only when execution time is greater than 4 hours.
I was basically looking for austin format without fractional part, e.g. 5s, 3m 1s, 4h 35m 55s, etc. - sorry for not being precise enough with my original question.
Also I am not saying that the new round format is bad :)
I made a fix in #728 , the only thing that didn't make sense to me directly was 4h 35m 55s which is now 4h 35m as the seconds don't really matter anymore in that context.
Yes, you are probably right. I am trying to get the same look as I have on ohmyzsh's powerlevel10k theme and I cannot recall seeing times longer than 1 hour, so I am not sure how it looks like there.
But your change makes a lot of sense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is there an option/workoaround to round the execution time to seconds?
E.g.
3sinstead of3.011s:)All reactions