Searched refs:m_perfStatisticFile (Results 1 – 2 of 2) sorted by relevance
34 m_perfStatisticFile = nullptr; in CmPerfStatistics()161 CM_FOPEN(m_perfStatisticFile, "CmPerfStatistics.txt","wb"); in DumpPerfStatisticRecords()162 if(!m_perfStatisticFile ) in DumpPerfStatisticRecords()167 …fprintf(m_perfStatisticFile, "%-40s %s \t %s \n", "FunctionName", "Total Time(ms)", "Called Times… in DumpPerfStatisticRecords()173 fprintf(m_perfStatisticFile, "%-40s %fms \t %d \n", perfStatisticRecords->functionName, in DumpPerfStatisticRecords()181 fclose(m_perfStatisticFile); in DumpPerfStatisticRecords()
113 FILE *m_perfStatisticFile; variable