Searched refs:RawCounts (Results 1 – 1 of 1) sorted by relevance
439 auto RawCounts = makeArrayRef(getCounter(CounterOffset), NumCounters); in readRawCounts() local443 Record.Counts.reserve(RawCounts.size()); in readRawCounts()444 for (uint64_t Count : RawCounts) in readRawCounts()447 Record.Counts = RawCounts; in readRawCounts()