We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer, it would be nice to see how long it took to execute a certain snippet.
I'm guessing we can use this: https://nodejs.org/api/console.html#console_console_time_label
The text was updated successfully, but these errors were encountered:
This should be relatively painless to implement. You can run it in context with the code before and after its push to the readstream
readstream
Sorry, something went wrong.
No branches or pull requests
As a developer, it would be nice to see how long it took to execute a certain snippet.
I'm guessing we can use this: https://nodejs.org/api/console.html#console_console_time_label
The text was updated successfully, but these errors were encountered: