Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.h103 uint64_t getInstructions() const { return counters[INSTRUCTIONS].value; } in getInstructions() function
122 uint64_t instructions = getInstructions(); in getIPC()
128 uint64_t instructions = getInstructions(); in getCPI()
163 return (misses * 1000.0) / getInstructions(); in getMPKI()