Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ StartConsumerThread
Function
StartConsumerThread
PresentMon/ConsumerThread.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void StartConsumerThread(TRACEHANDLE traceHandle)
42
{
43
gThread = std::thread(Consume, traceHandle);
44
}
45
46
void WaitForConsumerThreadToExit()
47
{
Callers
3
wmain
Function · 0.85
StartTraceSession
Method · 0.85
StartEtwSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected