Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp267 std::map<std::string, std::string> destMap; in StopTask() local
268 destMap.insert(taskInfoMap.begin(), taskInfoMap.end()); in StopTask()
269 destMap.insert(deviceInfo.begin(), deviceInfo.end()); in StopTask()
270 destMap.insert(cpuInfo.begin(), cpuInfo.end()); in StopTask()
271 destMap.insert(gpuInfo.begin(), gpuInfo.end()); in StopTask()
272 OHOS::SmartPerf::SpCsvUtil::WriteCsvH(outGeneralPath, destMap); in StopTask()