MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / PrintAllocatorStats

Function PrintAllocatorStats

src/VulkanSample.cpp:2412–2420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2410}
2411
2412static void PrintAllocatorStats()
2413{
2414#if VMA_STATS_STRING_ENABLED
2415 char* statsString = nullptr;
2416 vmaBuildStatsString(g_hAllocator, &statsString, true);
2417 printf("%s\n", statsString);
2418 vmaFreeStatsString(g_hAllocator, statsString);
2419#endif
2420}
2421
2422static bool IsWindowMinimizedOrZeroSized()
2423{

Callers

nothing calls this directly

Calls 2

vmaBuildStatsStringFunction · 0.85
vmaFreeStatsStringFunction · 0.85

Tested by

no test coverage detected