summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pystats.h
Commit message (Expand)AuthorAgeFilesLines
* gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)Jeff Glass2024-04-161-0/+1
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-2/+1
* A few minor tweaks to get stats working and compiling cleanly. (#117219)Mark Shannon2024-03-251-2/+2
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-211-1/+6
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-261-0/+1
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+3
* GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...Mark Shannon2024-02-121-0/+3
* gh-114312: Collect stats for unlikely events (GH-114493)Michael Droettboom2024-01-251-0/+14
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-121-0/+1
* gh-109329: Count tier2 opcode misses (#110561)Michael Droettboom2023-10-311-0/+1
* gh-109329: Add stat for "trace too short" (GH-110402)Michael Droettboom2023-10-051-0/+1
* GH-109329: Add tier 2 stats (GH-109913)Michael Droettboom2023-10-041-4/+24
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-0/+120