Class ProfilingTools.MainStats
Engine profiling data header. Contains main info and stats.
Inheritance
System.Object
ProfilingTools.MainStats
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class MainStats : ValueType
Fields
DrawCPUTimeMs
The draw time on CPU (in milliseconds).
Declaration
public float DrawCPUTimeMs
Field Value
System.Single
|
DrawGPUTimeMs
The draw time on GPU (in milliseconds).
Declaration
public float DrawGPUTimeMs
Field Value
System.Single
|
DrawStats
The last rendered frame stats.
Declaration
public RenderStatsData DrawStats
Field Value
RenderStatsData
|
FPS
The frames per second (fps counter).
Declaration
public int FPS
Field Value
System.Int32
|
MemoryCPU
MemoryGPU
The GPU memory stats.
Declaration
public ProfilingTools.MemoryStatsGPU MemoryGPU
Field Value
ProfilingTools.MemoryStatsGPU
|
PhysicsTimeMs
The fixed update time on CPU (in milliseconds).
Declaration
public float PhysicsTimeMs
Field Value
System.Single
|
ProcessMemory
The process memory stats.
Declaration
public ProcessMemoryStats ProcessMemory
Field Value
ProcessMemoryStats
|
UpdateTimeMs
The update time on CPU (in milliseconds).
Declaration
public float UpdateTimeMs
Field Value
System.Single
|