Click or drag to resize

OSGetStaticMemoryPeakUsage Method

Returns the maximum amount of static memory used (only works in debug).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ulong GetStaticMemoryPeakUsage()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.OS.GetStaticMemoryPeakUsage"]

See Also