Home
last modified time | relevance | path

Searched refs:DurationReporter (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h68 class DurationReporter {
70 DurationReporter(const std::string& title, bool log_only = false);
72 ~DurationReporter();
79 DISALLOW_COPY_AND_ASSIGN(DurationReporter);
Dutils.cpp122 DurationReporter::DurationReporter(const std::string& title, bool log_only) in DurationReporter() function in DurationReporter
129 DurationReporter::~DurationReporter() { in ~DurationReporter()
267 DurationReporter duration_reporter(title); in for_each_userid()
353 DurationReporter duration_reporter(title); in for_each_pid()
410 DurationReporter duration_reporter(title); in for_each_tid()
550 DurationReporter duration_reporter(title); in do_dmesg()
588 DurationReporter duration_reporter(title); in DumpFile()
626 DurationReporter duration_reporter(title); in dump_files()
710 DurationReporter duration_reporter(title); in RunCommand()
864 DurationReporter duration_reporter("DUMP TRACES"); in dump_traces()
[all …]
Ddumpstate.cpp254 DurationReporter duration_reporter(title, true); in add_mountinfo()
767 DurationReporter duration_reporter(dir, true); in AddDir()
999 DurationReporter duration_reporter("DUMP BLOCK STAT"); in DumpBlockStatFiles()
1042 DurationReporter duration_reporter("DUMPSTATE"); in dumpstate()
1233 DurationReporter duration_reporter("DUMPSTATE"); in DumpstateTelephonyOnly()
1272 DurationReporter duration_reporter("dumpstate_board()"); in DumpstateBoard()