Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.cpp97 mIds[INSTRUCTIONS] = count++; in resetEvents()
98 mCountersFd[INSTRUCTIONS] = fd; in resetEvents()
DProfiler.h36 INSTRUCTIONS = 0, // must be zero enumerator
103 uint64_t getInstructions() const { return counters[INSTRUCTIONS].value; } in getInstructions()