Searched refs:CurrentCycle (Results 1 – 2 of 2) sorted by relevance
23 : STI(sti), MCIP(Printer), Source(S), CurrentCycle(0), in TimelineView()67 if (CurrentCycle < MaxCycle) in onEvent()68 TVEntry.CycleRetired = CurrentCycle; in onEvent()81 (CurrentCycle - 1) - TVEntry.CycleExecuted; in onEvent()85 Timeline[Index].CycleReady = CurrentCycle; in onEvent()88 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()91 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()98 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle); in onEvent()103 if (CurrentCycle < MaxCycle) in onEvent()104 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()
126 unsigned CurrentCycle; variable173 void onCycleEnd() override { ++CurrentCycle; } in onCycleEnd()