]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add option to write specialization stats to files and script to summarize. (GH-27575)
authorMark Shannon <mark@hotpy.org>
Wed, 4 Aug 2021 10:39:52 +0000 (11:39 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 10:39:52 +0000 (11:39 +0100)
commitc83919bd635f4433f1c6ae8504996a9fe3c215e5
tree820040d9928408060179d684adc4775f98df76d0
parentac811f9b5a68ce8756911ef2c8be83b46696018f
Add option to write specialization stats to files and script to summarize. (GH-27575)

* Add option to write stats to random file in a directory.

* Add script to summarize stats.
Include/internal/pycore_code.h
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_specialization_stats.py [new file with mode: 0644]