HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTimeReporter (Results 1 - 6 of 6) sorted by null

  /build/kati/
timeutil.h 20 struct ScopedTimeReporter {
22 explicit ScopedTimeReporter(const char* name);
23 ~ScopedTimeReporter();
timeutil.cc 37 ScopedTimeReporter::ScopedTimeReporter(const char* name)
41 ScopedTimeReporter::~ScopedTimeReporter() {
strutil_bench.cc 34 ScopedTimeReporter tr("WordScanner");
main.cc 125 ScopedTimeReporter tr("regen check time");
162 ScopedTimeReporter tr("eval time");
177 ScopedTimeReporter tr("make dep time");
185 ScopedTimeReporter tr("generate ninja time");
204 ScopedTimeReporter tr("exec time");
dep.cc 245 ScopedTimeReporter tr("make dep (populate)");
660 ScopedTimeReporter tr("make dep (build)");
ninja.cc 222 ScopedTimeReporter tr("ninja gen (eval)");
575 ScopedTimeReporter tr("ninja gen (emit)");

Completed in 97 milliseconds