index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
summarize_stats.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
1
-6/+18
*
gh-110019: Refactor summarize_stats (GH-110398)
Michael Droettboom
2023-10-24
1
-791/+1041
*
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom
2023-10-05
1
-0/+2
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
1
-114/+356
*
GH-109373: Store metadata required for pystats comparison in the JSON (GH-109...
Michael Droettboom
2023-09-15
1
-32/+65
*
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom
2023-09-12
1
-45/+27
*
gh-109136: Fix summarize_stats.py tool (#109137)
Michael Droettboom
2023-09-08
1
-1/+1
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
1
-2/+2
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-0/+34
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-3/+5
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-0/+2
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-2/+0
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+2
*
Don't double count misses. (GH-100984)
Mark Shannon
2023-01-13
1
-0/+3
*
GH-99770: Make the correct call specialization fail kind show up in the stats...
penguin_wwy
2022-12-22
1
-1/+1
*
Assorted minor fixes for specialization stats. (GH-100219)
Mark Shannon
2022-12-14
1
-10/+5
*
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom
2022-12-12
1
-19/+29
*
GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...
Michael Droettboom
2022-12-06
1
-0/+4
*
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
Michael Droettboom
2022-11-30
1
-3/+3
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
1
-122/+364
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-6/+7
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
1
-1/+0
*
Stats: Add summary of top instructions for misses and deferred specialization...
Mark Shannon
2022-06-22
1
-2/+20
*
Include freelists in allocation total. (GH-93799)
Mark Shannon
2022-06-14
1
-1/+1
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-5/+12
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
1
-0/+6
*
Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...
Mark Shannon
2022-05-17
1
-3/+3
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
1
-5/+13
*
summarize_stats.py: add pairs by opcode (GH-31957)
Dennis Sweeney
2022-03-18
1
-9/+44
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
1
-1/+1
*
Remove pair-counts from specialization stats. (GH-31500)
Mark Shannon
2022-02-22
1
-2/+5
*
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon
2022-02-14
1
-5/+35
*
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon
2022-02-10
1
-0/+2
*
Right justify numeric columns in stats summary script. (GH-31234)
Mark Shannon
2022-02-10
1
-8/+17
*
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon
2022-02-09
1
-70/+186
*
Print summary stats for overall success of specialization. (GH-31211)
Mark Shannon
2022-02-08
1
-0/+32
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
1
-4/+8
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
1
-1/+1
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
1
-0/+3
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
1
-1/+11
*
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon
2022-01-28
1
-0/+8
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
1
-2/+2
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
1
-19/+69
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16
1
-0/+53