| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-108753: Enhance pystats (#108754) | Victor Stinner | 2023-09-06 | 1 | -111/+13 |
|
|
* | GH-106485: Dematerialize instance dictionaries when possible (GH-106539) | Brandt Bucher | 2023-08-09 | 1 | -0/+1 |
|
|
* | Add some GC stats to Py_STATS (GH-107581) | Mark Shannon | 2023-08-04 | 1 | -0/+9 |
|
|
* | gh-104584: Baby steps towards generating and executing traces (#105924) | Guido van Rossum | 2023-06-27 | 1 | -0/+3 |
|
|
* | GH-104584: Plugin optimizer API (GH-105100) | Mark Shannon | 2023-06-02 | 1 | -0/+1 |
|
|
* | Remove useless symbol in pystats.h (#101864) | Stepfen Shawn | 2023-04-09 | 1 | -2/+0 |
|
|
* | Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295) | Mark Shannon | 2022-12-16 | 1 | -1/+1 |
|
|
* | 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 runtime.... | Mark Shannon | 2022-06-21 | 1 | -5/+8 |
|
|
* | GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G... | Mark Shannon | 2022-05-27 | 1 | -0/+15 |
|
|
* | 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 |
|
|