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

Method SetCpu

IntelPresentMon/PresentMonService/PresentMonSession.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void PresentMonSession::SetCpu(const std::shared_ptr<pwr::cpu::CpuTelemetry>& pCpu) {
30 cpu_ = pCpu.get();
31}
32
33std::vector<std::shared_ptr<pwr::PowerTelemetryAdapter>> PresentMonSession::EnumerateAdapters() {
34 if (telemetry_container_) {

Callers 1

PresentMonMainThreadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected