Searched refs:nameBase (Results 1 – 1 of 1) sorted by relevance
293 std::string nameBase = "cpu-c" + std::to_string(i + 1) + "-"; in GetCpuInfo() local294 resultMap[nameBase + "cluster"] = cpus; in GetCpuInfo()295 resultMap[nameBase + "max"] = max; in GetCpuInfo()296 resultMap[nameBase + "min"] = min; in GetCpuInfo()