Searched refs:Timeline (Results 1 – 2 of 2) sorted by relevance
29 Timeline.resize(NumInstructions); in TimelineView()31 std::fill(Timeline.begin(), Timeline.end(), InvalidTVEntry); in TimelineView()61 if (Index >= Timeline.size()) in onEvent()66 TimelineViewEntry &TVEntry = Timeline[Index]; in onEvent()85 Timeline[Index].CycleReady = CurrentCycle; in onEvent()88 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()91 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()97 if (Timeline[Index].CycleDispatched == -1) in onEvent()177 unsigned Executions = Timeline.size() / Source.size(); in printAverageWaitTimes()269 const unsigned Iterations = Timeline.size() / Source.size(); in printTimeline()[all …]
137 std::vector<TimelineViewEntry> Timeline; variable