Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ EventIsDisabled
Function
EventIsDisabled
Provider/PresentMonProvider.cpp:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
namespace {
98
99
bool EventIsDisabled(
100
PresentMonProvider const& ctxt,
101
Event event)
102
{
103
return (ctxt.EnableBits & (1u << event)) == 0;
104
}
105
106
bool KeywordIsEnabled(
107
ULONGLONG Keyword,
Callers
1
WriteEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected