Home
last modified time | relevance | path

Searched refs:CyclesSpentInSchedulerQueue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp74 WTEntry.CyclesSpentInSchedulerQueue += in onEvent()
148 (double)(Entry.CyclesSpentInSchedulerQueue * 10) / CumulativeExecutions; in printWaitTimeEntry()
159 tryChangeColor(OS, Entry.CyclesSpentInSchedulerQueue, CumulativeExecutions, in printWaitTimeEntry()
205 A.CyclesSpentInSchedulerQueue + B.CyclesSpentInSchedulerQueue, in printAverageWaitTimes()
H A DTimelineView.h137 unsigned CyclesSpentInSchedulerQueue; member