summaryrefslogtreecommitdiffstats
path: root/Include/pystats.h
Commit message (Collapse)AuthorAgeFilesLines
* GH-93841: Allow stats to be turned on and off, cleared and dumped at ↵Mark Shannon2022-06-211-5/+8
| | | | runtime. (GH-93843)
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` ↵Mark Shannon2022-05-271-0/+15
| | | | (GH-93284)
* 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
* Add incref/decref stats * Show ratios for allocation in summary