Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h278 #define DEBUG_STATS 0x100000 macro
Dintel_context.c310 { "stats", DEBUG_STATS },
/third_party/python/Modules/
Dgcmodule.c120 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
1211 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main()
1309 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main()
2024 ADD_INT(DEBUG_STATS); in gcmodule_exec()
/third_party/python/Doc/library/
Dgc.rst296 .. data:: DEBUG_STATS
/third_party/python/Misc/
DHISTORY13465 gc.DEBUG_STATS.
15343 - Issue #2467: gc.DEBUG_STATS reported invalid elapsed times. Also, always