Searched refs:functionCallCount (Results 1 – 1 of 1) sorted by relevance
2647 const size_t* const functionCallCount = m_Stats.GetFunctionCallCount(); in PrintStats() local2650 if(functionCallCount[i] > 0) in PrintStats()2652 printf(" %s %zu\n", VMA_FUNCTION_NAMES[i], functionCallCount[i]); in PrintStats()