Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "profiling"

Index

Type aliases

InstrumentationMode

InstrumentationMode: "counters" | "timeline" | "lifecycle"

Functions

disable

  • disable(): void

dumpProfiles

  • dumpProfiles(): void

enable

isRunning

  • isRunning(name: string): boolean

level

log

  • log(message: string): void

profile

  • profile(name?: string): MethodDecorator
  • profile<F>(fn: F): F
  • profile<F>(name: string, fn: F): F
  • profile<T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void
  • profile(): any

resetProfiles

  • resetProfiles(): void

start

  • start(name: string): void

startCPUProfile

  • startCPUProfile(name: string): void

stop

stopCPUProfile

  • stopCPUProfile(name: string): void

time

  • time(): number

timer

trace

  • trace(message: string, start: number, end: number): void

uptime

  • uptime(): number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method