js.node.perf_hooks
| .. | |
|---|---|
| Histogram | Histogram for recording values (e.g. event loop delay samples). |
| IntervalHistogram | A |
| Performance | An object that can be used to collect performance metrics from the current Node.js instance.
It is similar to |
| PerformanceEntry | The constructor of this class is not exposed to users directly. |
| PerformanceEntryType | Type of a performance entry ( |
| PerformanceEvent | Events emitted by |
| PerformanceMark | Exposes marks created via the |
| PerformanceMarkOptions | Options for |
| PerformanceMeasure | Exposes measures created via the |
| PerformanceMeasureOptions | Options for |
| PerformanceNodeEntry | This class is an extension by Node.js. It is not available in Web browsers. |
| PerformanceNodeTiming | This property is an extension by Node.js. It is not available in Web browsers. |
| PerformanceObserver |
|
| PerformanceObserverCallback | Callback invoked when a |
| PerformanceObserverEntryList | Used to provide access to the |
| PerformanceObserverObserveOptions | Options for |
| PerformanceResourceTiming | Provides detailed network timing data regarding the loading of an application's resources. |
| RecordableHistogram | A |
| UVMetrics | Event loop metrics from |