Skip to content
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

Show total time in flat profile output #1466

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

matt-graham
Copy link
Collaborator

@matt-graham matt-graham commented Sep 26, 2024

Now that joerick/pyinstrument#285 has been merged and made it into recent pyinstrument releases (from version 4.7.0 onwards) , we can switch to showing total time spent in each function (included nested function calls) in the flat profile output added in #1236 rather than time just within the function itself (with the total time being useful for getting a sense of which function calls are dominating runtime, irrespective of call path).

@matt-graham
Copy link
Collaborator Author

/run profiling

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

Successfully merging this pull request may close these issues.

1 participant