MCPcopy 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

97namespace {
98
99bool EventIsDisabled(
100 PresentMonProvider const& ctxt,
101 Event event)
102{
103 return (ctxt.EnableBits & (1u << event)) == 0;
104}
105
106bool KeywordIsEnabled(
107 ULONGLONG Keyword,

Callers 1

WriteEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected