Lines Matching refs:Stopwatch
39 class Stopwatch{
52 Stopwatch(void);
55 Stopwatch(const char *name);
58 ~Stopwatch(void);
90 static Stopwatch *s_paStopwatches[MAX_STOPWATCHES];
138 inline void Stopwatch::Start(void) in Start()
144 inline int Stopwatch::GetTimes(void) const in GetTimes()
150 inline void Stopwatch::Reset(void) in Reset()
166 class Stopwatch {
171 Stopwatch (void) { } in Stopwatch() function
172 Stopwatch (const char*) { } in Stopwatch() function
173 ~Stopwatch (void) { } in ~Stopwatch()