Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

bootstrapComplete

bootstrapComplete: number

The high resolution millisecond timestamp at which the Node.js process completed bootstrap.

clusterSetupEnd

clusterSetupEnd: number

The high resolution millisecond timestamp at which cluster processing ended.

clusterSetupStart

clusterSetupStart: number

The high resolution millisecond timestamp at which cluster processing started.

duration

duration: number

The total number of milliseconds elapsed for this entry. This value will not be meaningful for all Performance Entry types.

entryType

entryType: string

The type of the performance entry. Currently it may be one of: 'node', 'mark', 'measure', 'gc', or 'function'.

Optional kind

kind: undefined | number

When performanceEntry.entryType is equal to 'gc', the performance.kind property identifies the type of garbage collection operation that occurred. The value may be one of perf_hooks.constants.

loopExit

loopExit: number

The high resolution millisecond timestamp at which the Node.js event loop exited.

loopStart

loopStart: number

The high resolution millisecond timestamp at which the Node.js event loop started.

moduleLoadEnd

moduleLoadEnd: number

The high resolution millisecond timestamp at which main module load ended.

moduleLoadStart

moduleLoadStart: number

The high resolution millisecond timestamp at which main module load started.

name

name: string

The name of the performance entry.

nodeStart

nodeStart: number

The high resolution millisecond timestamp at which the Node.js process was initialized.

preloadModuleLoadEnd

preloadModuleLoadEnd: number

The high resolution millisecond timestamp at which preload module load ended.

preloadModuleLoadStart

preloadModuleLoadStart: number

The high resolution millisecond timestamp at which preload module load started.

startTime

startTime: number

The high resolution millisecond timestamp marking the starting time of the Performance Entry.

thirdPartyMainEnd

thirdPartyMainEnd: number

The high resolution millisecond timestamp at which third_party_main processing ended.

thirdPartyMainStart

thirdPartyMainStart: number

The high resolution millisecond timestamp at which third_party_main processing started.

v8Start

v8Start: number

The high resolution millisecond timestamp at which the V8 platform was initialized.

Generated using TypeDoc