Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_perf_statistics.cpp32 m_apiCallFile = nullptr; in CmPerfStatistics()
129 CM_FOPEN(m_apiCallFile, "CmPerfLog.csv", "wb"); in DumpApiCallRecords()
130 if(! m_apiCallFile ) in DumpApiCallRecords()
135 …fprintf(m_apiCallFile, "%-40s %s \t %s \t %s \n", "FunctionName", "StartTime", "EndTime", "Durati… in DumpApiCallRecords()
141 fprintf(m_apiCallFile, "%-40s %lld \t %lld \t %fms \n", records->functionName, in DumpApiCallRecords()
149 fclose(m_apiCallFile); in DumpApiCallRecords()
H A Dcm_perf_statistics.h110 FILE *m_apiCallFile; variable