Searched refs:outCounters (Results 1 – 1 of 1) sorted by relevance
185 void readCounters(Counters* outCounters) noexcept { in readCounters() argument188 memset(outCounters, 0, sizeof(Counters)); in readCounters()190 outCounters->nr = counters.nr; in readCounters()191 outCounters->time_enabled = counters.time_enabled; in readCounters()192 outCounters->time_running = counters.time_running; in readCounters()195 outCounters->counters[i] = counters.counters[mIds[i]]; in readCounters()