]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
authorMark Shannon <mark@hotpy.org>
Fri, 27 May 2022 15:31:41 +0000 (16:31 +0100)
committerGitHub <noreply@github.com>
Fri, 27 May 2022 15:31:41 +0000 (16:31 +0100)
commitbbcf42449e13c0b62f145cd49d12674ef3d5bf64
tree68d3a84f78de47229c46df66eafd4c27474379a7
parent8995177030c8b41885ad92b260279b7e622ecaea
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
13 files changed:
Include/internal/pycore_call.h
Include/internal/pycore_ceval.h
Include/internal/pycore_code.h
Include/pystats.h
Modules/_asynciomodule.c
Objects/call.c
Objects/descrobject.c
Objects/genobject.c
Objects/typeobject.c
Python/bltinmodule.c
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_stats.py