COMMITS
/ Tools/scripts/summarize_stats.py June 27, 2022
M
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon committed
June 22, 2022
V
gh-84623: Remove unused imports (#94132)
Victor Stinner committed
M
Stats: Add summary of top instructions for misses and deferred specialization. (GH-94072)
Mark Shannon committed
June 14, 2022
M
Include freelists in allocation total. (GH-93799)
Mark Shannon committed
May 27, 2022
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
May 18, 2022
M
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon committed
May 17, 2022
M
May 16, 2022
M
Improve object stats (#92845)
Mark Shannon committed
March 18, 2022
D
summarize_stats.py: add pairs by opcode (GH-31957)
Dennis Sweeney committed
February 22, 2022
M
Fix reporting of specialization stats. (GH-31503)
Mark Shannon committed
M
Remove pair-counts from specialization stats. (GH-31500)
Mark Shannon committed
February 14, 2022
M
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon committed
February 10, 2022
M
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon committed
M
Right justify numeric columns in stats summary script. (GH-31234)
Mark Shannon committed
February 9, 2022
M
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon committed
February 8, 2022
M
Print summary stats for overall success of specialization. (GH-31211)
Mark Shannon committed
February 4, 2022
M
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon committed
February 2, 2022
M
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon committed
M
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon committed
February 1, 2022
M
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon committed
January 28, 2022
M
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon committed
January 4, 2022
D
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney committed
December 17, 2021
M
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon committed
December 16, 2021
M
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon committed