Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Set
Method
Set
IntelPresentMon/CommonUtilities/win/Event.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Event::Set()
54
{
55
if (!SetEvent(*this)) {
56
throw Except<HrError>(
"Failed to set event"
);
57
}
58
}
59
60
void Event::Pulse()
61
{
Callers
13
~ChannelFlusher
Method · 0.45
EventHandler_
Method · 0.45
~DiagnosticDriver
Method · 0.45
UnblockWaitingThread
Method · 0.45
Enqueue_
Method · 0.45
OnTargetLost
Method · 0.45
OnOverlayDied
Method · 0.45
OnPresentmonInitFailed
Method · 0.45
OnStalePidSelected
Method · 0.45
WinMain
Function · 0.45
UpdateTracking
Method · 0.45
SetDeviceMetricUsage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected