Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Global

The global node interface.

Hierarchy

  • Global

Index

Properties

Properties

[GLOBAL_SYMBOL]

[GLOBAL_SYMBOL]: Map<symbol, IPerformanceApi>

A single global symbol is used to track all instances of an IPerformanceApi in a map. The key is a symbol defined by each manager and the value is the managed api. When gathering metrics during process.on('exit'), each of these apis IPerformanceApi.getMetrics method will be called and will produce a new entry in the IPerformanceMetrics.metrics object.

Generated using TypeDoc