Class ProfilingManager

Tracks CPU profiling information with each frame for sim and core threads.

Sim thread only unless specified otherwise.

Constructors

Methods

  • Gets an aggregated GPU profiler report. Returns an empty report if no reports are available.

    Returns JsonObject

  • Returns the latest aggregated profiler report for all the threads.

    Returns JsonObject

    The aggregated profiler report data.

    Profiler reports get updated every frame. Oldest reports that no longer fit in the saved reports buffer are discarded.