Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
DGpuCounter.cpp120 for (unsigned int i = 0; i < gpuCounterSaveReportData.size() - 1; i++) { in SaveData()
121 outFile << gpuCounterSaveReportData[i] << std::endl; in SaveData()
134 return gpuCounterSaveReportData; in GetGpuCounterSaveReportData()
/developtools/profiler/host/smartperf/client/client_command/include/
DGpuCounter.h73 std::vector<std::string> gpuCounterSaveReportData; variable