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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0), WaitTime(S.size()),
34 std::fill(WaitTime.begin(), WaitTime.end(), NullWTEntry);
70 // Update the WaitTime entry which corresponds to this Index.
73 WaitTimeEntry &WTEntry = WaitTime[Index % Source.size()];
193 printWaitTimeEntry(FOS, WaitTime[IID], IID, Executions);
212 WaitTime.begin(), WaitTime.end(), WaitTimeEntry{0, 0, 0},
H A DTimelineView.h144 std::vector<WaitTimeEntry> WaitTime; member in class:llvm::mca::TimelineView
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp66 ULONG WaitTime; member in struct:SYSTEM_THREAD

Completed in 103 milliseconds