Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py115 self.max_time = 0
120 self.max_time = max(self.max_time, used_time)
279 print(' max time: %f us' % (self.unwinding_times.max_time / 1e3))
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py337 max_time = 0
/system/core/liblog/tests/
Dliblog_test.cpp1858 static const useconds_t max_time = 5 * seconds; // not going to happen in TEST() local
1860 for (; total_time < max_time; total_time += rest) { in TEST()