Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
DProfiler.h109 uint64_t getBranchInstructions() const { return counters[BRANCHES].value; } in getBranchInstructions() function
153 uint64_t branchReferences = getBranchInstructions(); in getBranchMissRate()