MCPcopy Create free account
hub / github.com/Kitware/CMake / GetProcessorClockFrequency

Method GetProcessorClockFrequency

Source/kwsys/SystemInformation.cxx:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579float SystemInformation::GetProcessorClockFrequency()
580{
581 return this->Implementation->GetProcessorClockFrequency();
582}
583
584int SystemInformation::GetProcessorAPICID()
585{

Callers 4

GetCPUDescriptionMethod · 0.95
StartXMLMethod · 0.80
GetValueFunction · 0.80

Calls

no outgoing calls

Tested by 1

StartXMLMethod · 0.64