Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Perf

Index

Methods

  • getScopedTimer(group: "network" | "components" | "tools" | "manual", scope: string): PerfTimer
  • Returns an instance of the scoped performance timer for a specific group

    see

    PerfTimerFactory.getScopedTimer

    Parameters

    • group: "network" | "components" | "tools" | "manual"

      group name, that timer should belong to. It appears at the beginning of all time marks namespaces.

    • scope: string

      scope name, that defines the scope. It doesn't appear in any time mark namespaces.

    Returns PerfTimer

  • getTimer(group: "network" | "components" | "tools" | "manual"): PerfTimer
  • Returns an instance of the performance timer for a specific group

    see

    PerfTimerFactory.getTimer

    Parameters

    • group: "network" | "components" | "tools" | "manual"

      group name, that timer should belong to. It appears at the beginning of all time marks namespaces.

    Returns PerfTimer