Lines Matching refs:Stopwatch
34 bool Stopwatch::s_initialized = false;
35 Stopwatch* Stopwatch::s_paStopwatches[MAX_STOPWATCHES];
37 void Stopwatch::Initialize(void) in Initialize()
54 void Stopwatch::Finalize(void) in Finalize()
69 void Stopwatch::ResetAll(void) in ResetAll()
82 void Stopwatch::PrintAll(void) in PrintAll()
96 Stopwatch::Stopwatch(void) in Stopwatch() function in nn::rdt::CTR::detail::Stopwatch
112 Stopwatch::Stopwatch(const char *name) in Stopwatch() function in nn::rdt::CTR::detail::Stopwatch
130 Stopwatch::~Stopwatch(void) in ~Stopwatch()
136 void Stopwatch::Stop(void) in Stop()
156 void Stopwatch::Print(void) const in Print()
163 void Stopwatch::printHeadLine(void) in printHeadLine()
169 void Stopwatch::printContents(void) const in printContents()
193 bool Stopwatch::initInstance(const char *name) in initInstance()
202 bool Stopwatch::addToList(void) in addToList()
219 void Stopwatch::removeFromList(void) in removeFromList()
234 void Stopwatch::setName(const char *name) in setName()
247 bool Stopwatch::Test(void) in Test()
249 Stopwatch::Initialize(); in Test()
251 Stopwatch sp("AAABBBCCC"); in Test()
260 Stopwatch nanashi; in Test()
266 Stopwatch::PrintAll(); in Test()
268 Stopwatch::Finalize(); in Test()