Sandbox Logo

PerformanceStats.BytesAllocated

long BytesAllocated { get; set; }

Description

The number of bytes that were allocated on the managed heap in the last frame. <remarks>This may not include allocations from threads other than the game thread.</remarks>

Return

User Comments