Search Results for

    Show / Hide Table of Contents

    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

    The CPU memory stats.

    Declaration
    public MemoryStats MemoryCPU
    Field Value
    MemoryStats

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat