A basic profiling tool that can be used to measure time spent in sections of the engine.

Constructors

Methods

  • Convert measures for a section into texts. Useful for ingame profiling.

    Parameters

    • sectionName: string

      The name of the section

    • profilerSection: any

      The section measures

    • outputs: any

      The array where to push the results

    Returns void