Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/icachetest/
DProfiler.h90 } counters[Profiler::EVENT_COUNT]; variable
186 Counters counters; in readCounters() local
206 void readCounters(Counters* counters) noexcept { } in readCounters()
Dicache_main.cpp102 Profiler::Counters counters; in main() local
/system/extras/simpleperf/
Dcmd_stat.cpp388 std::vector<CountersInfo> counters; in Run() local
567 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, in ShowCounters()
Devent_selection_set.h49 std::vector<CounterInfo> counters; member
Devent_selection_set.cpp462 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters()
/system/netd/server/
DBandwidthControllerTest.cpp324 std::string counters = android::base::Join(counterLines, "\n") + "\n"; in TEST_F() local