index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
summarize_stats.py
Commit message (
Expand
)
Author
Age
*
Include freelists in allocation total. (GH-93799)
Mark Shannon
2022-06-14
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
*
Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...
Mark Shannon
2022-05-17
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
*
summarize_stats.py: add pairs by opcode (GH-31957)
Dennis Sweeney
2022-03-18
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
*
Remove pair-counts from specialization stats. (GH-31500)
Mark Shannon
2022-02-22
*
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon
2022-02-14
*
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon
2022-02-10
*
Right justify numeric columns in stats summary script. (GH-31234)
Mark Shannon
2022-02-10
*
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon
2022-02-09
*
Print summary stats for overall success of specialization. (GH-31211)
Mark Shannon
2022-02-08
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
*
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon
2022-01-28
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16