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

Method GetCpuName

IntelPresentMon/PresentMonService/PresentMonSession.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::string PresentMonSession::GetCpuName() {
43 if (cpu_) {
44 return cpu_->GetCpuName();
45 }
46 else {
47 return std::string{ "UNKOWN_CPU" };
48 }
49}
50
51double PresentMonSession::GetCpuPowerLimit() {
52 if (cpu_) {

Callers 2

PresentMonMainThreadFunction · 0.45
Execute_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected