Home
last modified time | relevance | path

Searched refs:DEBUG_STATS (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c156 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
887 if (debug & DEBUG_STATS) { in collect()
992 if (debug & DEBUG_STATS) { in collect()
1417 ADD_INT(DEBUG_STATS); in initgc()
/external/python/cpython3/Modules/
Dgcmodule.c49 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
812 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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h280 #define DEBUG_STATS 0x100000 macro
Dintel_context.c309 { "stats", DEBUG_STATS },
/external/python/cpython2/Doc/library/
Dgc.rst196 .. data:: DEBUG_STATS
/external/python/cpython3/Doc/library/
Dgc.rst266 .. data:: DEBUG_STATS
/external/python/cpython2/Misc/NEWS.d/
D2.7b2.rst211 Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS.
D2.7a1.rst1179 gc.DEBUG_STATS reported invalid elapsed times. Also, always print elapsed
/external/python/cpython3/Misc/
DHISTORY13465 gc.DEBUG_STATS.
15343 - Issue #2467: gc.DEBUG_STATS reported invalid elapsed times. Also, always