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 Daniel Olshansky
Recipients Daniel Olshansky, pablogsal
Date 2019-08-27.03:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566877978.54.0.497370622216.issue37958@roundup.psfhosted.org>
In-reply-to
Content
pstats is really useful or profiling and printing the output of the execution of some block of code, but I've found on multiple occasions that sometimes I'd like to access this output directly in an easily usable dictionary on which I can further analyze or manipulate.

My proposal is to add a function called get_profile_dict inside of pstats that'll automatically return this data. Please note that the PR I've put up is just a first version to get some feedback on, and it needs to be updated if the community chooses to move forward with it (e.g. we shouldn't be calling get_print_list inside of get_profile_dict in production code).
History
Date User Action Args
2019-08-27 03:52:58Daniel Olshanskysetrecipients: + Daniel Olshansky, pablogsal
2019-08-27 03:52:58Daniel Olshanskysetmessageid: <1566877978.54.0.497370622216.issue37958@roundup.psfhosted.org>
2019-08-27 03:52:58Daniel Olshanskylinkissue37958 messages
2019-08-27 03:52:58Daniel Olshanskycreate