Skip to content

bpo-46072: Add top level stats struct #30169

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

Merged
merged 4 commits into from
Dec 17, 2021

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Dec 17, 2021

This is mainly a reorganization of the stats gathering code.

The stats structure is organized in a more hierarchical fashion, which should make it simpler to add new stats to.

It does add a bit of functionality: execution counts for instructions.
Gathering the execution counts removes the need to have "unquickened" counts for the specialization stats.

This is an internal feature so skipping news.

https://bugs.python.org/issue46072

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.

3 participants