Home | History | Annotate | Download | only in Core

Lines Matching refs:Timer

1 //===-- Timer.cpp -----------------------------------------------*- C++ -*-===//
9 #include "lldb/Core/Timer.h"
24 uint32_t Timer::g_depth = 0;
25 uint32_t Timer::g_display_depth = 0;
26 FILE * Timer::g_file = NULL;
27 typedef std::vector<Timer *> TimerStack;
65 Timer::SetQuiet (bool value)
71 Timer::Initialize ()
73 Timer::g_file = stdout;
78 Timer::Timer (const char *category, const char *format, ...) :
114 Timer::~Timer()
164 Timer::GetTotalElapsedNanoSeconds()
169 // elapsed time of the running timer...
177 Timer::GetTimerElapsedNanoSeconds()
182 // elapsed time of the running timer...
190 Timer::ChildStarted (const TimeValue& start_time)
200 Timer::ChildStopped (const TimeValue& stop_time)
207 Timer::SetDisplayDepth (uint32_t depth)
224 Timer::ResetCategoryTimes ()
232 Timer::DumpCategoryTimes (Stream *s)