Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
DGpuCounter.cpp95 … std::string gpuCounterDataPath = std::string(gpuCounterDataDirChar) + "/gpu_counter.csv"; in SaveData() local
99 outFile.open(gpuCounterDataPath.c_str(), std::ios::out | std::ios::trunc); in SaveData()