Home
last modified time | relevance | path

Searched defs:Stopwatch (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/src/
Dmetrics.h66 struct Stopwatch { struct
68 Stopwatch() : started_(0) {} in Stopwatch() argument
71 double Elapsed() const { in Elapsed()
75 void Restart() { started_ = Now(); } in Restart()
/third_party/skia/third_party/externals/libwebp/examples/
Dstopwatch.h22 typedef LARGE_INTEGER Stopwatch; typedef
45 typedef struct timeval Stopwatch; typedef
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dstopwatch.h22 typedef LARGE_INTEGER Stopwatch; typedef
45 typedef struct timeval Stopwatch; typedef
/third_party/flutter/engine/flutter/flow/
Dinstrumentation.cc18 Stopwatch::Stopwatch() : start_(fml::TimePoint::Now()), current_sample_(0) { in Stopwatch() function in flutter::Stopwatch