A singleton class for collecting and managing performance data. All entries must have a unique name. Entries are stored in a Map.

Methods

  • Removes an entry by name.

    Parameters

    • name: string

      The name of the entry to remove.

    Returns boolean

    True if the entry was removed; false if not found.