mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Improve object stats (#92845)
* Add incref/decref stats * Show ratios for allocation in summary
This commit is contained in:
parent
f6fd8aac13
commit
fa2b8b75eb
10 changed files with 106 additions and 55 deletions
|
|
@ -280,6 +280,7 @@
|
|||
<ClInclude Include="..\Include\pymem.h" />
|
||||
<ClInclude Include="..\Include\pyport.h" />
|
||||
<ClInclude Include="..\Include\pystate.h" />
|
||||
<ClInclude Include="..\Include\pystats.h" />
|
||||
<ClInclude Include="..\Include\pystrcmp.h" />
|
||||
<ClInclude Include="..\Include\pystrtod.h" />
|
||||
<ClInclude Include="..\Include\pythonrun.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue