diff --git a/pystats_docs.md b/pystats_docs.md index 36dd6c3..029dd60 100644 --- a/pystats_docs.md +++ b/pystats_docs.md @@ -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 @@ -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. \ No newline at end of file +- func modification: Modifying a function, e.g. `func.__defaults__ = ...`, etc.