-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
pystats: Uop "miss" counts are incorrect #117457
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
mdboom
added a commit
to mdboom/cpython
that referenced
this issue
Apr 2, 2024
mdboom
added a commit
to mdboom/cpython
that referenced
this issue
Apr 2, 2024
brandtbucher
pushed a commit
that referenced
this issue
Apr 4, 2024
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Apr 5, 2024
erlend-aasland
added a commit
that referenced
this issue
Apr 5, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
After the trace stitching, all uop miss counts are attributed to either
_DEOPT
or_SIDE_EXIT
. These should instead by counted for the uop immediately prior.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: