Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp668 static size_t g_IterationCount = 1; variable
4176 for(size_t i = 0; i < g_IterationCount; ++i) in ProcessFile()
4183 if(g_IterationCount > 1) in ProcessFile()
4186 … SecondsToFriendlyStr(ToFloatSeconds(durationSum / g_IterationCount), playDurationStr); in ProcessFile()
4187 …printf("Average playback time from %zu iterations: %s\n", g_IterationCount, playDurationStr.c_str(… in ProcessFile()
4248 if(!StrRangeToUint(StrRange(cmdLineParser.GetParameter()), g_IterationCount)) in main2()