]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve object stats (#92845)
authorMark Shannon <mark@hotpy.org>
Mon, 16 May 2022 13:35:11 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 13:35:11 +0000 (14:35 +0100)
commitfa2b8b75eb2b8a0193d587e02b488a73579118fc
tree023f4ceed47906c30c68348c032a38707ec5516f
parentf6fd8aac13714ce17650eb4a648d5c08f0be53b4
Improve object stats (#92845)

* Add incref/decref stats

* Show ratios for allocation in summary
Include/internal/pycore_code.h
Include/internal/pycore_object.h
Include/object.h
Include/pystats.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/specialize.c
Tools/scripts/summarize_stats.py