Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp97 mIds[INSTRUCTIONS] = count++; in resetEvents()
107 mIds[CPU_CYCLES] = count++; in resetEvents()
117 mIds[DCACHE_REFS] = count++; in resetEvents()
127 mIds[DCACHE_MISSES] = count++; in resetEvents()
137 mIds[BRANCHES] = count++; in resetEvents()
147 mIds[BRANCH_MISSES] = count++; in resetEvents()
158 mIds[ICACHE_REFS] = count++; in resetEvents()
168 mIds[ICACHE_MISSES] = count++; in resetEvents()
179 mIds[ICACHE_REFS] = count++; in resetEvents()
190 mIds[ICACHE_MISSES] = count++; in resetEvents()
DProfiler.h195 outCounters->counters[i] = counters.counters[mIds[i]]; in readCounters()
222 std::array<uint8_t, EVENT_COUNT> mIds; variable