Searched refs:time_running (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/icachetest/
H A DProfiler.h86 uint64_t time_running; member in class:utils::Profiler::Counters
95 lhs.time_running -= rhs.time_running;
117 return std::chrono::duration<uint64_t, std::nano>(time_running);
192 outCounters->time_running = counters.time_running;
/system/extras/simpleperf/
H A Devent_fd.h34 uint64_t time_running; // The running time. member in struct:PerfCounter
H A Dcmd_stat.cpp635 counter_info.counter.time_running, counter_info.counter.id);
643 counter_info.counter.time_running, counter_info.counter.id);
657 time_running_sum += counter_info.counter.time_running;
H A Drecord_lib_interface.cpp191 sum.time_running_in_ns += c.counter.time_running;

Completed in 167 milliseconds