summaryrefslogtreecommitdiffstats
path: root/Include/pystats.h
Commit message (Expand)AuthorAgeFilesLines
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-111/+13
* GH-106485: Dematerialize instance dictionaries when possible (GH-106539)Brandt Bucher2023-08-091-0/+1
* Add some GC stats to Py_STATS (GH-107581)Mark Shannon2023-08-041-0/+9
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-271-0/+3
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+1
* Remove useless symbol in pystats.h (#101864)Stepfen Shawn2023-04-091-2/+0
* Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295)Mark Shannon2022-12-161-1/+1
* Move stats for the method cache into the `Py_STAT` machinery (GH-100255)Mark Shannon2022-12-151-0/+7
* GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....Mark Shannon2022-06-211-5/+8
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-271-0/+15
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-181-0/+10
* Improve object stats (#92845)Mark Shannon2022-05-161-0/+77