Searched refs:TimerStack (Results 1 – 1 of 1) sorted by relevance
29 typedef std::vector<Timer *> TimerStack; typedef43 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()