Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-93841: Allow stats to be turned on and off, cleared and dumped at ↵ | Mark Shannon | 2022-06-21 | 1 | -5/+8 |
| | | | | runtime. (GH-93843) | ||||
* | GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` ↵ | Mark Shannon | 2022-05-27 | 1 | -0/+15 |
| | | | | (GH-93284) | ||||
* | Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919) | Mark Shannon | 2022-05-18 | 1 | -0/+10 |
| | |||||
* | Improve object stats (#92845) | Mark Shannon | 2022-05-16 | 1 | -0/+77 |
* Add incref/decref stats * Show ratios for allocation in summary |