Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pystats_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This describes the meaning of the various sections and fields in the pystats out

This is the count of how many times each Tier 1 instruction is executed.

The "miss ratio" column shows the percentage of times when instruction executed that it deoptimized. In this case the base unspecialized instruction is not counted.
The "miss ratio" column shows the percentage of times when instruction executed that it deoptimized. In this case the base unspecialized instruction is not counted. The deoptimization event is counted separately (see below).

## Pair counts

Expand Down Expand Up @@ -133,4 +133,4 @@ The number of times an unsupported opcode caused a potential trace to be truncat
- set eval frame func: Setting the PEP 523 frame eval function,
`_PyInterpreterState_SetFrameEvalFunc()`
- builtin dict: Modifying the builtins, `__builtins__.__dict__[var] = ...`
- func modification: Modifying a function, e.g. `func.__defaults__ = ...`, etc.
- func modification: Modifying a function, e.g. `func.__defaults__ = ...`, etc.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I can’t tell what changed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh weird. I made this with the Github online editor, which I almost never do. Must be doing something to the whitespace, I guess.