Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_METHOD
Function · 0.45
EventFlushThreadEntry_
Function · 0.45
PowerTelemetryThreadEntry_
Function · 0.45
CpuTelemetryThreadEntry_
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected