Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp78 WTEntry.CyclesSpentInSQWhileReady += in onEvent()
150 (double)(Entry.CyclesSpentInSQWhileReady * 10) / CumulativeExecutions; in printWaitTimeEntry()
164 tryChangeColor(OS, Entry.CyclesSpentInSQWhileReady, CumulativeExecutions, in printWaitTimeEntry()
206 A.CyclesSpentInSQWhileReady + B.CyclesSpentInSQWhileReady, in printAverageWaitTimes()
H A DTimelineView.h138 unsigned CyclesSpentInSQWhileReady; member