Searched defs:DurationReporter (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h66 * DurationReporter duration_reporter(title);
69 class DurationReporter { class
71 DurationReporter(const std::string& title, bool log_only = false);
73 ~DurationReporter();
80 DISALLOW_COPY_AND_ASSIGN(DurationReporter);
H A Dutils.cpp94 DurationReporter::DurationReporter(const std::string& title, bool log_only) function in class:DurationReporter
101 DurationReporter::~DurationReporter() {
239 DurationReporter duration_reporter(title);
325 DurationReporter duration_reporter(title);
382 DurationReporter duration_reporter(title);
522 DurationReporter duration_reporter(title);
560 DurationReporter duration_reporter(title);
598 DurationReporter duration_reporte
[all...]

Completed in 40 milliseconds