aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/summarize_stats.py
Commit message (Expand)AuthorAge
* Include freelists in allocation total. (GH-93799)Mark Shannon2022-06-14
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-27
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-18
* Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...Mark Shannon2022-05-17
* Improve object stats (#92845)Mark Shannon2022-05-16
* summarize_stats.py: add pairs by opcode (GH-31957)Dennis Sweeney2022-03-18
* Fix reporting of specialization stats. (GH-31503)Mark Shannon2022-02-22
* Remove pair-counts from specialization stats. (GH-31500)Mark Shannon2022-02-22
* Add pair counts to stats output and summary. (GH-31324)Mark Shannon2022-02-14
* Add stats for PRECALL_FUNCTION. (GH-31250)Mark Shannon2022-02-10
* Right justify numeric columns in stats summary script. (GH-31234)Mark Shannon2022-02-10
* bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)Mark Shannon2022-02-09
* Print summary stats for overall success of specialization. (GH-31211)Mark Shannon2022-02-08
* Add miss stats for specialized instructions. (GH-31108)Mark Shannon2022-02-04
* Add specialization stats for FOR_ITER. (GH-31079)Mark Shannon2022-02-02
* bpo-46072: Add some frame stats. (GH-31060)Mark Shannon2022-02-02
* bpo-46072: Add some object layout and allocation stats (GH-31051)Mark Shannon2022-02-01
* bpo-46072: Add simple stats for Python calls. (GH-30989)Mark Shannon2022-01-28
* bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)Dennis Sweeney2022-01-04
* bpo-46072: Add top level stats struct (GH-30169)Mark Shannon2021-12-17
* bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon2021-12-16