]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46072: Add simple stats for Python calls. (GH-30989)
authorMark Shannon <mark@hotpy.org>
Fri, 28 Jan 2022 15:20:33 +0000 (15:20 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 15:20:33 +0000 (15:20 +0000)
commit90ab138bbdc63763ad825ed6d4821367c09c4015
tree3adaef410013002de2e488d9c37fb6abc3462082
parent9a241271139a317597aca71d5971346b2cfe7dbd
bpo-46072: Add simple stats for Python calls. (GH-30989)
Include/internal/pycore_code.h
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_stats.py