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

Function PrintDefragmentationStats

src/Tests.cpp:2533–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531}
2532
2533static void PrintDefragmentationStats(const VmaDefragmentationStats& stats)
2534{
2535 wprintf(L" Stats: bytesMoved=%llu, bytesFreed=%llu, allocationsMoved=%u, deviceMemoryBlocksFreed=%u\n",
2536 stats.bytesMoved, stats.bytesFreed, stats.allocationsMoved, stats.deviceMemoryBlocksFreed);
2537}
2538
2539static void TestDefragmentationGpu()
2540{

Callers 1

TestDefragmentationGpuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected