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
The global node interface.