COMMITS
/ Tools/scripts/summarize_stats.py June 29, 2025
W
Doc: fix duplicated words (#136086)
Weilin Du committed
April 29, 2025
M
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon committed
April 4, 2025
I
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
Irit Katriel committed
February 7, 2025
B
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
Brandt Bucher committed
February 2, 2025
D
GH-128842: Collect JIT memory stats (GH-128941)
Diego Russo committed
January 23, 2025
January 20, 2025
December 2, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-127110)
Mark Shannon committed
November 30, 2024
A
summarize: Fix typo in stats (#127450)
alm committed
November 19, 2024
H
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)
Hugo van Kemenade committed
November 18, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)
Mark Shannon committed
September 23, 2024
M
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon committed
April 16, 2024
J
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 29, 2024
G
Fix broken format in error for bad input in summarize_stats.py (#117375)
Guido van Rossum committed
March 21, 2024
M
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom committed
March 16, 2024
M
gh-116879: Add new optimizer pystats to tables (GH-116880)
Michael Droettboom committed
February 26, 2024
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
February 20, 2024
G
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum committed
February 16, 2024
M
gh-115362: Add documentation to pystats output (#115365)
Michael Droettboom committed
February 12, 2024
M
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
Mark Shannon committed
January 25, 2024
M
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom committed
January 22, 2024
M
GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-114449)
Michael Droettboom committed
January 10, 2024
S
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Serhiy Storchaka committed
December 12, 2023
G
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum committed
October 31, 2023
M
gh-111277: In summarize_stats.py, don't fail fast on invalid ratios (#111278)
Michael Droettboom committed
M
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom committed
October 26, 2023
M
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon committed
October 24, 2023
M
gh-110019: Refactor summarize_stats (GH-110398)
Michael Droettboom committed
October 5, 2023
M
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom committed
October 4, 2023
M
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom committed
September 15, 2023
M
GH-109373: Store metadata required for pystats comparison in the JSON (GH-109374)
Michael Droettboom committed
September 12, 2023
M
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom committed
September 8, 2023
M
gh-109136: Fix summarize_stats.py tool (#109137)
Michael Droettboom committed
August 16, 2023
I
August 4, 2023
M
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon committed
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