Searched defs:Stopwatch (Results 1 – 4 of 4) sorted by relevance
66 struct Stopwatch { struct68 Stopwatch() : started_(0) {} in Stopwatch() argument71 double Elapsed() const { in Elapsed()75 void Restart() { started_ = Now(); } in Restart()
22 typedef LARGE_INTEGER Stopwatch; typedef45 typedef struct timeval Stopwatch; typedef
18 Stopwatch::Stopwatch() : start_(fml::TimePoint::Now()), current_sample_(0) { in Stopwatch() function in flutter::Stopwatch