Lines Matching defs:Occurrence
106 TimerRecords[NumAllocatedTimers].Occurrence = 0;
149 ++TimerRecords[HandleId].Occurrence;
186 const u64 Occurrence = TimerRecords[HandleId].Occurrence;
187 const u64 Integral = Occurrence == 0 ? 0 : AccumulatedTime / Occurrence;
191 Occurrence == 0 ? 0
192 : ((AccumulatedTime % Occurrence) * 10) / Occurrence;
203 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence);
218 u64 Occurrence = 0;