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

Method GetStatistics

include/vk_mem_alloc.h:10541–10545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10539}
10540
10541void VmaVirtualBlock_T::GetStatistics(VmaStatistics& outStats) const
10542{
10543 VmaClearStatistics(outStats);
10544 m_Metadata->AddStatistics(outStats);
10545}
10546
10547void VmaVirtualBlock_T::CalculateDetailedStatistics(VmaDetailedStatistics& outStats) const
10548{

Callers 1

Calls 2

VmaClearStatisticsFunction · 0.85
AddStatisticsMethod · 0.80

Tested by

no test coverage detected