COMMITS
/ Include/pystats.h September 23, 2024
M
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 9, 2023
B
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Brandt Bucher committed
August 4, 2023
M
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon committed
June 27, 2023
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 2, 2023
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
April 9, 2023
S
Remove useless symbol in pystats.h (#101864)
Stepfen Shawn committed
December 16, 2022
M
Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295)
Mark Shannon committed
December 15, 2022
M
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
Mark Shannon committed
June 21, 2022
M
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
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 16, 2022
M
Improve object stats (#92845)
Mark Shannon committed