-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
New features for timing functions #322
Comments
Another suggestion could be to print the file/line number from where the function is called. This could be done with a bit of metamagic (and a small performance cost). |
Also, a jitable version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.tic
,.tac
,.toc
are relatively basic at the moment.As discussed in #319, possible improvements include:
%timeit
)%timeit
)The text was updated successfully, but these errors were encountered: