python / cpython

The Python programming language
https://www.python.org
Other
63.84k stars 30.56k forks source link

Uops Executed displayed wrong in `Tools/scripts/summarize_stats.py` #127389

Open alonme opened 3 days ago

alonme commented 3 days ago

Feature or enhancement

Proposal:

The Uops Executed stat is displayed as percentage, while it should be shown as a rate, this behaviors was broken by a refactor

Example can be found here

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Linked PRs

alonme commented 3 days ago

Will push a PR soon

alonme commented 3 days ago

I now noticed that the Trace run length histogram doesn't sum up to 100%? not sure whats the issue there though

example here