Searched refs:DEBUG_STATS (Results 1 – 9 of 9) sorted by relevance
156 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro887 if (debug & DEBUG_STATS) { in collect()992 if (debug & DEBUG_STATS) { in collect()1417 ADD_INT(DEBUG_STATS); in initgc()
49 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro812 if (_PyRuntime.gc.debug & DEBUG_STATS) { in collect()928 if (_PyRuntime.gc.debug & DEBUG_STATS) { in collect()1552 ADD_INT(DEBUG_STATS); in PyInit_gc()
280 #define DEBUG_STATS 0x100000 macro
309 { "stats", DEBUG_STATS },
196 .. data:: DEBUG_STATS
266 .. data:: DEBUG_STATS
211 Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS.
1179 gc.DEBUG_STATS reported invalid elapsed times. Also, always print elapsed
13465 gc.DEBUG_STATS.15343 - Issue #2467: gc.DEBUG_STATS reported invalid elapsed times. Also, always