Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295) | Mark Shannon | 2022-12-16 | 1 | -1/+1 |
| | | | | | * Don't attempt to specialize for LOAD_ATTR on instance if class has attribute * Improvement to LOAD_ATTR and STORE_ATTR specialization stats. | ||||
* | Move stats for the method cache into the `Py_STAT` machinery (GH-100255) | Mark Shannon | 2022-12-15 | 1 | -0/+7 |
| | |||||
* | 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 |