Home
last modified time | relevance | path

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

/external/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc9516 class PerfScope { class
9518 explicit PerfScope(int64_t* counter);
9519 ~PerfScope();
9529 PerfScope::PerfScope(int64_t* counter) : counter_(counter) { in PerfScope() function in PerfScope
9551 PerfScope::~PerfScope() { in ~PerfScope()
9577 PerfScope scope(&cycles); in Benchmark()
9594 PerfScope scope(&cycles); in Benchmark()