Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp50 bool ShowCounters(const std::map<const EventType*, std::vector<PerfCounter>>& counters_map,
114 if (!ShowCounters(counters_map, end_time - start_time)) { in Run()
177 bool StatCommandImpl::ShowCounters( in ShowCounters() function in StatCommandImpl