Class ProfilerIndexStatGroup

Represents a profiler stat group defined in profiler stat metadata.

Hierarchy

  • FrameworkObject
    • ProfilerIndexStatGroup

Constructors

Methods

  • Returns profiler index to which this stat group belongs.

    Returns ProfilerIndex

    Profiler index that created this stat group.

  • Returns the name of the stat group.

    Returns string

    Name of the stat group.

  • Returns the next time after the given time where some of the stats changes the value (so that stat point needs to be displayed).

    Parameters

    • OptionalcurrentNanoseconds: number

      The time from which to start the search for changes (this time being excluded).

    Returns number

    Returns the next time where the value of any of the stat changes. Returns 0 if there is not change after that.

  • Returns index instances of all stats belonging to this group.

    Returns ProfilerIndexStat[]

    Stat instances for all stats in given group.