-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
total execution time is wrong (handling of imports) #90
Comments
in an attempt to further simplify the case,
snakeviz/pstats have no problem with the profile |
Please open a new issue for the last one and also provide Python code for that generates the profile. |
new issue: #91 |
I've updated tune to drop the "root" element if possible. The plot looks cleaner now. #93 |
tuna helped me to pinpoint a performance issue in my program, thanks!
but I notced the total execution time is wrong.
I simplified it down tot this mini-program, essentially just a (big) import:
demo.py
profiling:
prof.gz
the profile and snakeviz show a total execution time of .281s
tuna shows 1.16s, i.e. x4
tuna is clearly wrong (time when generating the profile showed real:.382s)
The text was updated successfully, but these errors were encountered: