Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • Profiler

Index

Methods

  • begin(sectionName: string): void
  • beginFrame(): void
  • end(sectionName?: string): void
  • endFrame(): void
  • getProfilerSectionTexts(sectionName: string, profilerSection: any, outputs: any): void
  • 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

Constructors

Generated using TypeDoc