Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp78 WTEntry.CyclesSpentInSQWhileReady += in onEvent()
141 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / Executions; in printWaitTimeEntry()
150 tryChangeColor(OS, Entry.CyclesSpentInSQWhileReady, Executions, BufferSize); in printWaitTimeEntry()
H A DTimelineView.h141 unsigned CyclesSpentInSQWhileReady; member