-
Notifications
You must be signed in to change notification settings - Fork 296
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
More human readable elapsed time #857
Conversation
The CI fails, someone please help |
Yeah the ci is broken since #773 |
CI fixed in 17bb1b8, please merge |
I've merge to master and it fails with different problem |
That looks like a legitimate problem created by this PR, not a baseline issue. (You can download the diff and |
But OSX and Linux build passing. So odd. |
The issue is the code formatting, you need to apply the diff generated by CI to format it correctly. Alternatively, if you have clang format installed you can run the |
Got it, thx! |
IMO the proposed output is still somewhat controversial with regard to readability. I wonder if there are any external examples of good practices.
|
For these cases, what format do you prefer? |
I would cut the line for my examples at unit boundaries. For you initial examples, my personal proposal results in:
More "precision" is just noise. But others should have a chance to give feedback, too. |
Let's hear what others have to say. |
What about this
|
No. I think this perfectly machine readable. But the PR title promises something else. |
Personally I find |
Probably this problem is difficult to agree on, so I will close this pr. |
It will prints
The delimiter currently is default to ' ', it can be '' and prints
current log
8.504 min
is confusing, that will be