This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonathanfrawley
Recipients jonathanfrawley
Date 2021-03-10.12:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615379037.48.0.966046679388.issue43461@roundup.psfhosted.org>
In-reply-to
Content
I am using cprofile and PStats to try and figure out where bottlenecks are in a program. When I sum up all of the times in the "tottime" column, it only comes to 57% of the total runtime. Is this due to rounding of times or some other issue?
History
Date User Action Args
2021-03-10 12:23:57jonathanfrawleysetrecipients: + jonathanfrawley
2021-03-10 12:23:57jonathanfrawleysetmessageid: <1615379037.48.0.966046679388.issue43461@roundup.psfhosted.org>
2021-03-10 12:23:57jonathanfrawleylinkissue43461 messages
2021-03-10 12:23:57jonathanfrawleycreate