Quantum 3 3.0.5

Public Attributes | List of all members
Quantum.Core.FrameBase.Stats Struct Reference

Represents the memory statistics for a frame in the Quantum.Core namespace. More...

Public Attributes

int EntityCount
 Represents the number of entities in the current frame. More...
 
int EntityTotalMemory
 Represents the total memory used by entities in a frame. More...
 
Heap.Stats HeapStats
 Represents the memory statistics for a Heap. More...
 

Detailed Description

Represents the memory statistics for a frame in the Quantum.Core namespace.

Member Data Documentation

◆ HeapStats

Heap.Stats Quantum.Core.FrameBase.Stats.HeapStats

Represents the memory statistics for a Heap.

◆ EntityCount

int Quantum.Core.FrameBase.Stats.EntityCount

Represents the number of entities in the current frame.

◆ EntityTotalMemory

int Quantum.Core.FrameBase.Stats.EntityTotalMemory

Represents the total memory used by entities in a frame.