reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Timer.h
   66   static std::atomic<unsigned> g_display_depth;

References

tools/lldb/source/Utility/Timer.cpp
   59   if (g_quiet && stack.size() <= g_display_depth) {
   83   if (g_quiet && stack.size() <= g_display_depth) {
  102 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; }