MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / SetCapture

Method SetCapture

IntelPresentMon/Core/source/kernel/Kernel.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void Kernel::SetCapture(bool active)
131 {
132 HandleMarshalledException_();
133 std::lock_guard lk{ mtx };
134 pushedCaptureActive = active;
135 }
136
137 void Kernel::SetEtlLogging(bool active)
138 {

Callers 2

WinMainFunction · 0.80
Execute_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected