Home
last modified time | relevance | path

Searched refs:resultMap (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp254 std::map<std::string, std::string> resultMap; in GetDeviceInfo() local
259 resultMap["sn"] = sn; in GetDeviceInfo()
260 resultMap["deviceTypeName"] = deviceTypeName; in GetDeviceInfo()
261 resultMap["brand"] = brand; in GetDeviceInfo()
262 resultMap["board"] = "hw"; in GetDeviceInfo()
263 resultMap["version"] = version; in GetDeviceInfo()
264 return resultMap; in GetDeviceInfo()
269 std::map<std::string, std::string> resultMap; in GetCpuInfo() local
274 return resultMap; in GetCpuInfo()
294 resultMap[nameBase + "cluster"] = cpus; in GetCpuInfo()
[all …]