Home
last modified time | relevance | path

Searched refs:WaitTime (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp25 LastCycle(0), WaitTime(S.size()), UsedBuffer(S.size()) { in TimelineView()
34 std::fill(WaitTime.begin(), WaitTime.end(), NullWTEntry); in TimelineView()
73 WaitTimeEntry &WTEntry = WaitTime[Index % getSource().size()]; in onEvent()
192 printWaitTimeEntry(FOS, WaitTime[IID], IID, Executions); in printAverageWaitTimes()
202 WaitTime.begin(), WaitTime.end(), WaitTimeEntry{0, 0, 0}, in printAverageWaitTimes()
H A DTimelineView.h141 std::vector<WaitTimeEntry> WaitTime; variable
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp70 ULONG WaitTime; member