COMMITS
/ Tools/scripts/summarize_stats.py May 11, 2023
C
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer committed
May 10, 2023
P
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy committed
March 23, 2023
B
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher committed
January 16, 2023
M
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon committed
January 13, 2023
M
Don't double count misses. (GH-100984)
Mark Shannon committed
December 22, 2022
P
GH-99770: Make the correct call specialization fail kind show up in the stats (GH-99771)
penguin_wwy committed
December 14, 2022
M
Assorted minor fixes for specialization stats. (GH-100219)
Mark Shannon committed
December 12, 2022
M
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom committed
December 6, 2022
M
GH-100026: Include the number of raw input files in summarize_stats.py (GH-100027)
Michael Droettboom committed
November 30, 2022
M
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
Michael Droettboom committed
November 4, 2022
M
Support comparing two sets of pystats (GH-98816)
Michael Droettboom committed
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