Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdf7097

Browse files
authored
Include freelists in allocation total. (GH-93799)
1 parent38a7f78 commitcdf7097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Tools/scripts/summarize_stats.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def emit_call_stats(stats):
278278
defemit_object_stats(stats):
279279
withSection("Object stats",summary="allocations, frees and dict materializatons"):
280280
total_materializations=stats.get("Object new values")
281-
total_allocations=stats.get("Object allocations")
281+
total_allocations=stats.get("Object allocations")+stats.get("Object allocations from freelist")
282282
total_increfs=stats.get("Object interpreter increfs")+stats.get("Object increfs")
283283
total_decrefs=stats.get("Object interpreter decrefs")+stats.get("Object decrefs")
284284
rows= []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp