Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2647 const size_t* const functionCallCount = m_Stats.GetFunctionCallCount(); in PrintStats() local
2650 if(functionCallCount[i] > 0) in PrintStats()
2652 printf(" %s %zu\n", VMA_FUNCTION_NAMES[i], functionCallCount[i]); in PrintStats()