This defines an internal performance manager for tracking and reporting the internal performance of the SDK -- It does not represent or report any event to the server.

Implements

Constructors

Methods

Constructors

Methods

  • Create a new event and start timing, the manager may return null/undefined to indicate that it does not want to monitor this source event.

    Parameters

    • src: string

      The source name of the event

    • Optionalpayload: any
    • OptionalisAsync: boolean

      Is the event occurring from a async event

    Returns IPerfEvent