MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / CpuHyperThreading

Method CpuHyperThreading

source/benchmark/system.cpp:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool System::CpuHyperThreading()
321{
322 std::pair<int, int> cores = CpuTotalCores();
323 return (cores.first != cores.second);
324}
325
326int64_t System::RamTotal()
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected