MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Wait

Method Wait

IntelPresentMon/PresentMonAPI2Tests/TestProcess.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 return process_.id();
107 }
108 void Wait()
109 {
110 process_.wait();
111 }
112 bool WaitForExit(std::chrono::milliseconds timeout)
113 {
114 if (!process_.running()) {

Callers 4

TEST_METHODFunction · 0.45
EventFlushThreadEntry_Function · 0.45
CpuTelemetryThreadEntry_Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected