This commit is contained in:
amerhifi 2019-05-10 15:31:11 -07:00
parent 81c0d195e3
commit d019dc7d54

View file

@ -57,7 +57,7 @@ void MACOSInstance::enumerateCpu() {
}
}
(*cpu)["brand"] = ident->getName();
(*cpu)["brand"] = CPUBrandString;
(*cpu)["model"] = CPUModelString;
(*cpu)["clockSpeed"] = CPUClockString;
(*cpu)["numCores"] = getNumLogicalCores();