Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICounterTimingCallback

Interface for a callback to end measurement of execution elapsed time.

see

CounterTiming

Hierarchy

  • ICounterTimingCallback

Implemented by

Index

Methods

Methods

endTiming

  • endTiming(name: string, elapsed: number): void
  • Ends measurement of execution elapsed time and updates specified counter.

    see

    CounterTiming.endTiming

    Parameters

    • name: string

      a counter name

    • elapsed: number

      execution elapsed time in milliseconds to update the counter.

    Returns void

Generated using TypeDoc