Skip to content

bpo-18795: Add cumpercall and totalpercall keys to pstats sort_stats #31919

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanielNoord
Copy link
Contributor

@DanielNoord DanielNoord commented Mar 15, 2022

This is mostly a resubmit of the patch already found at bpo-18795.

I also updated the documentation.

I tried to give credit to the main/co-author, but couldn't find their email address so was only able to include their full name.

Let me know if anything needs to be changed here 😄

https://bugs.python.org/issue18795

Closes #62995

Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran 9 tests in 0.450s
OK
Looks ok.

@python-cla-bot
Copy link

python-cla-bot bot commented Apr 6, 2025

The following commit authors need to sign the Contributor License Agreement:

CLA signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pstats - allow stats sorting by cumulative time per call and total time per call
5 participants