Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DTimer.cpp29 typedef std::vector<Timer *> TimerStack; typedef
43 static TimerStack &GetTimerStackForCurrentThread() { in GetTimerStackForCurrentThread()
44 static thread_local TimerStack g_stack; in GetTimerStackForCurrentThread()
63 TimerStack &stack = GetTimerStackForCurrentThread(); in Timer()
91 TimerStack &stack = GetTimerStackForCurrentThread(); in ~Timer()