Searched refs:PerfScope (Results 1 – 1 of 1) sorted by relevance
9516 class PerfScope { class9518 explicit PerfScope(int64_t* counter);9519 ~PerfScope();9529 PerfScope::PerfScope(int64_t* counter) : counter_(counter) { in PerfScope() function in PerfScope9551 PerfScope::~PerfScope() { in ~PerfScope()9577 PerfScope scope(&cycles); in Benchmark()9594 PerfScope scope(&cycles); in Benchmark()