-
Notifications
You must be signed in to change notification settings - Fork 943
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
How do I show the exact millisecond diff instead of +1s #626
Comments
Does #485 do what you want? |
No it is not exactly what I want. I want debug to show the exact time diff, e.g. I check #485, but has that proposal been implemented ? I saw it was close but I didn't find ------ update ------ Sorry I found I made a mistake in my original question, it should be |
@qiulang no it's not finished yet, hence why the PR is still open. |
So could I get a |
See #582. |
Closing in favor of #582. |
* origin/format: fix most issues from the linter add `%d` `outputFormatter` to show exact ms diff debug-js#626 implement metaformatters (color, JSON.stringify) move args handling to outputFormatters.m() properly match current version's formatting fix %n to correctly show namespace move formatting mostly into common.js start implementing output formatting debug-js#582
Hi,
When the millisecond diff is more than 1 second, debug will only show +1s, now I have to resort to
console.time() and console.timeEnd()
So can debug show the exact diff ?
Thanks!
The text was updated successfully, but these errors were encountered: