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... | |
Represents the memory statistics for a frame in the Quantum.Core namespace.
Heap.Stats Quantum.Core.FrameBase.Stats.HeapStats |
Represents the memory statistics for a Heap.
int Quantum.Core.FrameBase.Stats.EntityCount |
Represents the number of entities in the current frame.
int Quantum.Core.FrameBase.Stats.EntityTotalMemory |
Represents the total memory used by entities in a frame.