Home
last modified time | relevance | path

Searched refs:g_display_depth (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DTimer.cpp25 uint32_t Timer::g_display_depth = 0; member in Timer
85 if (g_depth++ < g_display_depth) in Timer()
209 g_display_depth = depth; in SetDisplayDepth()
/external/lldb/include/lldb/Core/
DTimer.h88 static uint32_t g_display_depth; variable