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

Method EnumerateAdapters

IntelPresentMon/PresentMonService/PresentMon.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::vector<std::shared_ptr<pwr::PowerTelemetryAdapter>> PresentMon::EnumerateAdapters()
42{
43 // Only the real time trace uses the control libary interface
44 return pSession_->EnumerateAdapters();
45}
46
47void PresentMon::StartPlayback()
48{

Callers 1

Execute_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected