Searched refs:Stopwatch (Results 1 – 4 of 4) sorted by relevance
61 class Stopwatch {63 Stopwatch() : mStart(std::chrono::steady_clock::now()) {} in Stopwatch() function64 virtual ~Stopwatch() {}; in ~Stopwatch()
282 Stopwatch s; in destroySockets()324 Stopwatch s; in destroySockets()352 Stopwatch s; in destroySockets()
197 Stopwatch s; in run()380 Stopwatch s; in run()
70 class TimedOperation : public Stopwatch {