Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PerformanceTimerFactory

Hierarchy

  • TimerWrapperFactory
    • PerformanceTimerFactory

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly options

Methods

asyncTimer

  • asyncTimer<T>(name: string, tags?: Tags): TimerWrapper<Promise<T>>

timer

  • timer<T>(name: string, tags?: Tags): TimerWrapper<T>

Generated using TypeDoc