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

Function GetDiagnostics

IntelPresentMon/PresentMonMiddleware/LogSetup.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 std::shared_ptr<class DiagnosticDriver> GetDiagnostics()
179 {
180 std::lock_guard lk{ diagnosticsMtx_ };
181 return pDiagnostics_;
182 }
183}

Calls

no outgoing calls

Tested by

no test coverage detected