Home
last modified time | relevance | path

Searched refs:NowRaw (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dmetrics.h72 void Restart() { started_ = NowRaw(); } in Restart()
78 uint64_t NowRaw() const;
H A Dmetrics.cc113 return 1e-6 * TimerToMicros(static_cast<double>(NowRaw() - started_)); in Elapsed()
116 uint64_t Stopwatch::NowRaw() const { in NowRaw() function in Stopwatch

Completed in 2 milliseconds