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

Method SetEtlLogging

IntelPresentMon/Core/source/kernel/Kernel.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void Kernel::SetEtlLogging(bool active)
138 {
139 HandleMarshalledException_();
140 std::lock_guard lk{ mtx };
141 if (!pm) {
142 pmlog_warn("presentmon not initialized");
143 return;
144 }
145 pm->SetEtlLogging(active);
146 }
147
148 bool Kernel::IsIdle_() const
149 {

Callers 1

Execute_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected