Click or drag to resize
Ab4d.SharpEngine logo

VulkanMemoryAllocatorDumpMemoryAllocations Method

Writes string that that describes the allocated memory to the console (when the application is debugged in Visual Studio the string is written to Output window).

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void DumpMemoryAllocations(
	bool dumpAllActiveAllocations = true,
	bool dumpBlockUsageTable = true,
	bool listIndividualAllocations = true
)

Parameters

dumpAllActiveAllocations  Boolean  (Optional)
when true (by default) then details for all active allocations are added to the report string
dumpBlockUsageTable  Boolean  (Optional)
when true (by default) then a map of block usage is shown with stars and dots showing used and free areas of the memory block
listIndividualAllocations  Boolean  (Optional)
when true (by default) then individual allocations are listed
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.DumpMemoryAllocations(System.Boolean,System.Boolean,System.Boolean)"]

See Also