mirror of
https://github.com/nodejs/node.git
synced 2025-05-11 01:27:14 +00:00

Notable changes: Deprecations and Removals: - **(SEMVER-MAJOR)** **fs**: remove permissive rmdir recursive (Antoine du Hamel) [https://github.com/nodejs/node/pull/37216] - **(SEMVER-MAJOR)** **fs**: runtime deprecate rmdir recursive option (Antoine du Hamel) [https://github.com/nodejs/node/pull/37302] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('http_parser') (James M Snell) [https://github.com/nodejs/node/pull/37813] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('url') (James M Snell) [https://github.com/nodejs/node/pull/37799] - **(SEMVER-MAJOR)** **lib**: make process.binding('util') return only type checkers (Anna Henningsen) [https://github.com/nodejs/node/pull/37819] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('crypto') (James M Snell) [https://github.com/nodejs/node/pull/37790] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('signal_wrap') (James M Snell) [https://github.com/nodejs/node/pull/37800] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('v8') (James M Snell) [https://github.com/nodejs/node/pull/37789] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('async_wrap') (James M Snell) [https://github.com/nodejs/node/pull/37576] - **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine du Hamel) [https://github.com/nodejs/node/pull/37201] - **(SEMVER-MAJOR)** **module**: runtime deprecate subpath folder mappings (Antoine du Hamel) [https://github.com/nodejs/node/pull/37215] - **(SEMVER-MAJOR)** **module**: runtime deprecate "main" index and extension lookups (Antoine du Hamel) [https://github.com/nodejs/node/pull/37206] - **(SEMVER-MAJOR)** **module**: runtime deprecate invalid package.json main entries (Antoine du Hamel) [https://github.com/nodejs/node/pull/37204] - **(SEMVER-MAJOR)** **process**: runtime deprecate changing process.config (James M Snell) [https://github.com/nodejs/node/pull/36902] Stable Timers Promises API: The Timers Promises API provides an alternative set of timer functions that return Promise objects. Added in Node.js v15.0.0, in this release they graduate from experimental status to stable. Contributed by James Snell - [https://github.com/nodejs/node/pull/38112] Toolchain and Compiler Upgrades: Node.js v16.0.0 will be the first release where we ship prebuilt binaries for Apple Silicon. While we’ll be providing separate tarballs for the Intel (`darwin-x64`) and ARM (`darwin-arm64`) architectures the macOS installer (`.pkg`) will be shipped as a ‘fat’ (multi-architecture) binary. - **(SEMVER-MAJOR)** **build**: remove support for Python 2 (Christian Clauss) [https://github.com/nodejs/node/pull/36691] - **(SEMVER-MAJOR)** **build**: default PYTHON to python3 in Makefile (Michaël Zasso) [https://github.com/nodejs/node/pull/37764] - **build**: update Makefile to support fat binary (Ash Cripps) [https://github.com/nodejs/node/pull/37861] - **(SEMVER-MAJOR)** **build**: enable ASLR (PIE) on OS X (woodfairy) [https://github.com/nodejs/node/pull/35704] - **build**: warn for gcc versions earlier than 8.3.0 (Richard Lau) [https://github.com/nodejs/node/pull/37935] - **(SEMVER-MAJOR)** **doc**: update minimum supported Xcode to 11 (Michaël Zasso) [https://github.com/nodejs/node/pull/37872] - **(SEMVER-MAJOR)** **doc**: update minimum supported GCC to 8.3 (Michaël Zasso) [https://github.com/nodejs/node/pull/37871] - **(SEMVER-MAJOR)** **doc**: update AIX to GCC8 for v16.x (Ash Cripps) [https://github.com/nodejs/node/pull/37677] - **tools**: set arch in Distribution.xml (Ash Cripps) [https://github.com/nodejs/node/pull/38261] V8 9.0: The V8 JavaScript engine is updated to V8 9.0, including performance tweaks and improvements. This update also brings the ECMAScript RegExp Match Indices, which provide the start and end indices of the captured string. The indices array is available via the `.indices` property on match objects when the regular expression has the `/d` flag. Contributed by Michaël Zasso - [https://github.com/nodejs/node/pull/37587] Other Notable Changes: - **(SEMVER-MINOR)** **assert**: graduate assert.match and assert.doesNotMatch (James M Snell) [https://github.com/nodejs/node/pull/38111] - **(SEMVER-MAJOR)** **buffer**: expose btoa and atob as globals (James M Snell) [https://github.com/nodejs/node/pull/37786] - **(SEMVER-MAJOR)** **deps**: bump minimum ICU version to 68 (Michaël Zasso) [https://github.com/nodejs/node/pull/37330] - **deps**: update ICU to 69.1 (Michaël Zasso) [https://github.com/nodejs/node/pull/38178] - **deps**: update llhttp to 6.0.0 (Fedor Indutny) [https://github.com/nodejs/node/pull/38277] - **deps**: upgrade npm to 7.10.0 (Ruy Adorno) [https://github.com/nodejs/node/pull/38254] - **(SEMVER-MINOR)** **http**: add http.ClientRequest.getRawHeaderNames() (simov) [https://github.com/nodejs/node/pull/37660] - **(SEMVER-MAJOR)** **lib,src**: update cluster to use Parent (Michael Dawson) [https://github.com/nodejs/node/pull/36478] - **(SEMVER-MINOR)** **module**: add support for `node:`‑prefixed `require(…)` calls (ExE Boss) [https://github.com/nodejs/node/pull/37246] - **(SEMVER-MINOR)** **perf_hooks**: add histogram option to timerify (James M Snell) [https://github.com/nodejs/node/pull/37475] - **(SEMVER-MINOR)** **repl**: add auto‑completion for `node:`‑prefixed `require(…)` calls (ExE Boss) [https://github.com/nodejs/node/pull/37246] - **(SEMVER-MINOR)** **util**: add getSystemErrorMap() impl (eladkeyshawn) [https://github.com/nodejs/node/pull/38101] Semver-Major Commits: - **(SEMVER-MAJOR)** **async_hooks**: add thisArg to AsyncResource.bind (James M Snell) [https://github.com/nodejs/node/pull/36782] - **(SEMVER-MAJOR)** **buffer**: expose btoa and atob as globals (James M Snell) [https://github.com/nodejs/node/pull/37786] - **(SEMVER-MAJOR)** **build**: remove support for Python 2 (Christian Clauss) [https://github.com/nodejs/node/pull/36691] - **(SEMVER-MAJOR)** **build**: default PYTHON to python3 in Makefile (Michaël Zasso) [https://github.com/nodejs/node/pull/37764] - **(SEMVER-MAJOR)** **build**: update Makefile to support fat binary (Ash Cripps) [https://github.com/nodejs/node/pull/37861] - **(SEMVER-MAJOR)** **build**: include minimal V8 headers in distribution (Michaël Zasso) [https://github.com/nodejs/node/pull/37570] - **(SEMVER-MAJOR)** **build**: use C++11 ABI with libstdc++ (Anna Henningsen) [https://github.com/nodejs/node/pull/36634] - **(SEMVER-MAJOR)** **build**: enable ASLR (PIE) on OS X (woodfairy) [https://github.com/nodejs/node/pull/35704] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.0.257.11 (Michaël Zasso) [https://github.com/nodejs/node/pull/37587] - **(SEMVER-MAJOR)** **deps**: bump minimum ICU version to 68 (Michaël Zasso) [https://github.com/nodejs/node/pull/37330] - **(SEMVER-MAJOR)** **deps**: update V8 to 8.9.255.19 (Michaël Zasso) [https://github.com/nodejs/node/pull/37330] - **(SEMVER-MAJOR)** **deps**: update V8 to 8.8.278.17 (Michaël Zasso) [https://github.com/nodejs/node/pull/36139] - **(SEMVER-MAJOR)** **deps**: update V8 to 8.7.220 (Michaël Zasso) [https://github.com/nodejs/node/pull/35700] - **(SEMVER-MAJOR)** **dns**: use url module instead of punycode for IDNA (Antoine du Hamel) [https://github.com/nodejs/node/pull/35091] - **(SEMVER-MAJOR)** **doc**: update minimum supported Xcode to 11 (Michaël Zasso) [https://github.com/nodejs/node/pull/37872] - **(SEMVER-MAJOR)** **doc**: update minimum supported GCC to 8.3 (Michaël Zasso) [https://github.com/nodejs/node/pull/37871] - **(SEMVER-MAJOR)** **doc**: update AIX to GCC8 for v16.x (Ash Cripps) [https://github.com/nodejs/node/pull/37677] - **(SEMVER-MAJOR)** **doc**: add http.IncomingMessage#connection (Pranshu Srivastava) [https://github.com/nodejs/node/pull/33768] - **(SEMVER-MAJOR)** **events**: change EventTarget handler exception behavior (Nitzan Uziely) [https://github.com/nodejs/node/pull/37237] - **(SEMVER-MAJOR)** **fs**: remove permissive rmdir recursive (Antoine du Hamel) [https://github.com/nodejs/node/pull/37216] - **(SEMVER-MAJOR)** **fs**: add validation for fd and path (Dylan Elliott) [https://github.com/nodejs/node/pull/35187] - **(SEMVER-MAJOR)** **fs**: runtime deprecate rmdir recursive option (Antoine du Hamel) [https://github.com/nodejs/node/pull/37302] - **(SEMVER-MAJOR)** **fs**: fix flag and mode validation (James M Snell) [https://github.com/nodejs/node/pull/37480] - **(SEMVER-MAJOR)** **http**: use objects with null prototype in Agent (Michaël Zasso) [https://github.com/nodejs/node/pull/36409] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('http_parser') (James M Snell) [https://github.com/nodejs/node/pull/37813] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('url') (James M Snell) [https://github.com/nodejs/node/pull/37799] - **(SEMVER-MAJOR)** **lib**: make process.binding('util') return only type checkers (Anna Henningsen) [https://github.com/nodejs/node/pull/37819] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('crypto') (James M Snell) [https://github.com/nodejs/node/pull/37790] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('signal_wrap') (James M Snell) [https://github.com/nodejs/node/pull/37800] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('v8') (James M Snell) [https://github.com/nodejs/node/pull/37789] - **(SEMVER-MAJOR)** **lib**: aggregate errors to avoid error swallowing (Antoine du Hamel) [https://github.com/nodejs/node/pull/37460] - **(SEMVER-MAJOR)** **lib**: runtime deprecate access to process.binding('async_wrap') (James M Snell) [https://github.com/nodejs/node/pull/37576] - **(SEMVER-MAJOR)** **lib**: remove usage of url.parse (raisinten) [https://github.com/nodejs/node/pull/36853] - **(SEMVER-MAJOR)** **lib**: add error handling for input stream (rexagod) [https://github.com/nodejs/node/pull/31603] - **(SEMVER-MAJOR)** **lib,src**: update cluster to use Parent (Michael Dawson) [https://github.com/nodejs/node/pull/36478] - **(SEMVER-MAJOR)** **module**: runtime deprecate subpath folder mappings (Antoine du Hamel) [https://github.com/nodejs/node/pull/37215] - **(SEMVER-MAJOR)** **module**: runtime deprecate "main" index and extension lookups (Antoine du Hamel) [https://github.com/nodejs/node/pull/37206] - **(SEMVER-MAJOR)** **module**: runtime deprecate invalid package.json main entries (Antoine du Hamel) [https://github.com/nodejs/node/pull/37204] - **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine du Hamel) [https://github.com/nodejs/node/pull/37201] - **(SEMVER-MAJOR)** **module**: only set cache when finding module succeeds (Yongsheng Zhang) [https://github.com/nodejs/node/pull/36642] - **(SEMVER-MAJOR)** **perf_hooks**: make performance a global (James M Snell) [https://github.com/nodejs/node/pull/37970] - **(SEMVER-MAJOR)** **perf_hooks**: complete overhaul of the implementation (James M Snell) [https://github.com/nodejs/node/pull/37136] - **(SEMVER-MAJOR)** **process**: disallow adding options to process.allowedNodeEnvironmentFlags (Antoine du Hamel) [https://github.com/nodejs/node/pull/36660] - **(SEMVER-MAJOR)** **process**: runtime deprecate changing process.config (James M Snell) [https://github.com/nodejs/node/pull/36902] - **(SEMVER-MAJOR)** **readline**: cursorTo throw error on NaN (Zijian Liu) [https://github.com/nodejs/node/pull/36379] - **(SEMVER-MAJOR)** **src**: mark internally exported functions as explicitly internal (Tyler Ang-Wanek) [https://github.com/nodejs/node/pull/37000] - **(SEMVER-MAJOR)** **src**: inline AsyncCleanupHookHandle in headers (Tyler Ang-Wanek) [https://github.com/nodejs/node/pull/37000] - **(SEMVER-MAJOR)** **src**: clean up embedder API (Anna Henningsen) [https://github.com/nodejs/node/pull/35897] - **(SEMVER-MAJOR)** **worker**: send correct error status for worker init (Yash Ladha) [https://github.com/nodejs/node/pull/36242] PR-URL: https://github.com/nodejs/node/pull/37678
1029 lines
28 KiB
Markdown
1029 lines
28 KiB
Markdown
# Performance measurement APIs
|
|
|
|
<!--introduced_in=v8.5.0-->
|
|
|
|
> Stability: 2 - Stable
|
|
|
|
<!-- source_link=lib/perf_hooks.js -->
|
|
|
|
This module provides an implementation of a subset of the W3C
|
|
[Web Performance APIs][] as well as additional APIs for
|
|
Node.js-specific performance measurements.
|
|
|
|
Node.js supports the following [Web Performance APIs][]:
|
|
|
|
* [High Resolution Time][]
|
|
* [Performance Timeline][]
|
|
* [User Timing][]
|
|
|
|
```js
|
|
const { PerformanceObserver, performance } = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((items) => {
|
|
console.log(items.getEntries()[0].duration);
|
|
performance.clearMarks();
|
|
});
|
|
obs.observe({ type: 'measure' });
|
|
performance.measure('Start to Now');
|
|
|
|
performance.mark('A');
|
|
doSomeLongRunningProcess(() => {
|
|
performance.measure('A to Now', 'A');
|
|
|
|
performance.mark('B');
|
|
performance.measure('A to B', 'A', 'B');
|
|
});
|
|
```
|
|
|
|
## `perf_hooks.performance`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
An object that can be used to collect performance metrics from the current
|
|
Node.js instance. It is similar to [`window.performance`][] in browsers.
|
|
|
|
### `performance.clearMarks([name])`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* `name` {string}
|
|
|
|
If `name` is not provided, removes all `PerformanceMark` objects from the
|
|
Performance Timeline. If `name` is provided, removes only the named mark.
|
|
|
|
### `performance.eventLoopUtilization([utilization1[, utilization2]])`
|
|
<!-- YAML
|
|
added:
|
|
- v14.10.0
|
|
- v12.19.0
|
|
-->
|
|
|
|
* `utilization1` {Object} The result of a previous call to
|
|
`eventLoopUtilization()`.
|
|
* `utilization2` {Object} The result of a previous call to
|
|
`eventLoopUtilization()` prior to `utilization1`.
|
|
* Returns {Object}
|
|
* `idle` {number}
|
|
* `active` {number}
|
|
* `utilization` {number}
|
|
|
|
The `eventLoopUtilization()` method returns an object that contains the
|
|
cumulative duration of time the event loop has been both idle and active as a
|
|
high resolution milliseconds timer. The `utilization` value is the calculated
|
|
Event Loop Utilization (ELU).
|
|
|
|
If bootstrapping has not yet finished on the main thread the properties have
|
|
the value of `0`. The ELU is immediately available on [Worker threads][] since
|
|
bootstrap happens within the event loop.
|
|
|
|
Both `utilization1` and `utilization2` are optional parameters.
|
|
|
|
If `utilization1` is passed, then the delta between the current call's `active`
|
|
and `idle` times, as well as the corresponding `utilization` value are
|
|
calculated and returned (similar to [`process.hrtime()`][]).
|
|
|
|
If `utilization1` and `utilization2` are both passed, then the delta is
|
|
calculated between the two arguments. This is a convenience option because,
|
|
unlike [`process.hrtime()`][], calculating the ELU is more complex than a
|
|
single subtraction.
|
|
|
|
ELU is similar to CPU utilization, except that it only measures event loop
|
|
statistics and not CPU usage. It represents the percentage of time the event
|
|
loop has spent outside the event loop's event provider (e.g. `epoll_wait`).
|
|
No other CPU idle time is taken into consideration. The following is an example
|
|
of how a mostly idle process will have a high ELU.
|
|
|
|
```js
|
|
'use strict';
|
|
const { eventLoopUtilization } = require('perf_hooks').performance;
|
|
const { spawnSync } = require('child_process');
|
|
|
|
setImmediate(() => {
|
|
const elu = eventLoopUtilization();
|
|
spawnSync('sleep', ['5']);
|
|
console.log(eventLoopUtilization(elu).utilization);
|
|
});
|
|
```
|
|
|
|
Although the CPU is mostly idle while running this script, the value of
|
|
`utilization` is `1`. This is because the call to
|
|
[`child_process.spawnSync()`][] blocks the event loop from proceeding.
|
|
|
|
Passing in a user-defined object instead of the result of a previous call to
|
|
`eventLoopUtilization()` will lead to undefined behavior. The return values
|
|
are not guaranteed to reflect any correct state of the event loop.
|
|
|
|
### `performance.mark([name[, options]])`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Updated to conform to the User Timing Level 3 specification.
|
|
-->
|
|
|
|
* `name` {string}
|
|
* `options` {Object}
|
|
* `detail` {any} Additional optional detail to include with the mark.
|
|
* `startTime` {number} An optional timestamp to be used as the mark time.
|
|
**Defaults**: `performance.now()`.
|
|
|
|
Creates a new `PerformanceMark` entry in the Performance Timeline. A
|
|
`PerformanceMark` is a subclass of `PerformanceEntry` whose
|
|
`performanceEntry.entryType` is always `'mark'`, and whose
|
|
`performanceEntry.duration` is always `0`. Performance marks are used
|
|
to mark specific significant moments in the Performance Timeline.
|
|
|
|
### `performance.measure(name[, startMarkOrOptions[, endMark]])`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Updated to conform to the User Timing Level 3 specification.
|
|
- version:
|
|
- v13.13.0
|
|
- v12.16.3
|
|
pr-url: https://github.com/nodejs/node/pull/32651
|
|
description: Make `startMark` and `endMark` parameters optional.
|
|
-->
|
|
|
|
* `name` {string}
|
|
* `startMarkOrOptions` {string|Object} Optional.
|
|
* `detail` {any} Additional optional detail to include with the measure.
|
|
* `duration` {number} Duration between start and end times.
|
|
* `end` {number|string} Timestamp to be used as the end time, or a string
|
|
identifying a previously recorded mark.
|
|
* `start` {number|string} Timestamp to be used as the start time, or a string
|
|
identifying a previously recorded mark.
|
|
* `endMark` {string} Optional. Must be omitted if `startMarkOrOptions` is an
|
|
{Object}.
|
|
|
|
Creates a new `PerformanceMeasure` entry in the Performance Timeline. A
|
|
`PerformanceMeasure` is a subclass of `PerformanceEntry` whose
|
|
`performanceEntry.entryType` is always `'measure'`, and whose
|
|
`performanceEntry.duration` measures the number of milliseconds elapsed since
|
|
`startMark` and `endMark`.
|
|
|
|
The `startMark` argument may identify any *existing* `PerformanceMark` in the
|
|
Performance Timeline, or *may* identify any of the timestamp properties
|
|
provided by the `PerformanceNodeTiming` class. If the named `startMark` does
|
|
not exist, an error is thrown.
|
|
|
|
The optional `endMark` argument must identify any *existing* `PerformanceMark`
|
|
in the Performance Timeline or any of the timestamp properties provided by the
|
|
`PerformanceNodeTiming` class. `endMark` will be `performance.now()`
|
|
if no parameter is passed, otherwise if the named `endMark` does not exist, an
|
|
error will be thrown.
|
|
|
|
### `performance.nodeTiming`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {PerformanceNodeTiming}
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
An instance of the `PerformanceNodeTiming` class that provides performance
|
|
metrics for specific Node.js operational milestones.
|
|
|
|
### `performance.now()`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* Returns: {number}
|
|
|
|
Returns the current high resolution millisecond timestamp, where 0 represents
|
|
the start of the current `node` process.
|
|
|
|
### `performance.timeOrigin`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The [`timeOrigin`][] specifies the high resolution millisecond timestamp at
|
|
which the current `node` process began, measured in Unix time.
|
|
|
|
### `performance.timerify(fn[, options])`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37475
|
|
description: Added the histogram option.
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Re-implemented to use pure-JavaScript and the ability
|
|
to time async functions.
|
|
-->
|
|
|
|
* `fn` {Function}
|
|
* `options` {Object}
|
|
* `histogram` {RecordableHistogram} A histogram object created using
|
|
`perf_hooks.createHistogram()` that will record runtime durations in
|
|
nanoseconds.
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
Wraps a function within a new function that measures the running time of the
|
|
wrapped function. A `PerformanceObserver` must be subscribed to the `'function'`
|
|
event type in order for the timing details to be accessed.
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
function someFunction() {
|
|
console.log('hello world');
|
|
}
|
|
|
|
const wrapped = performance.timerify(someFunction);
|
|
|
|
const obs = new PerformanceObserver((list) => {
|
|
console.log(list.getEntries()[0].duration);
|
|
obs.disconnect();
|
|
});
|
|
obs.observe({ entryTypes: ['function'] });
|
|
|
|
// A performance timeline entry will be created
|
|
wrapped();
|
|
```
|
|
|
|
If the wrapped function returns a promise, a finally handler will be attached
|
|
to the promise and the duration will be reported once the finally handler is
|
|
invoked.
|
|
|
|
## Class: `PerformanceEntry`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
### `performanceEntry.details`
|
|
<!-- YAML
|
|
added: v16.0.0
|
|
-->
|
|
|
|
* {any}
|
|
|
|
Additional detail specific to the `entryType`.
|
|
|
|
### `performanceEntry.duration`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The total number of milliseconds elapsed for this entry. This value will not
|
|
be meaningful for all Performance Entry types.
|
|
|
|
### `performanceEntry.entryType`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {string}
|
|
|
|
The type of the performance entry. It may be one of:
|
|
|
|
* `'node'` (Node.js only)
|
|
* `'mark'` (available on the Web)
|
|
* `'measure'` (available on the Web)
|
|
* `'gc'` (Node.js only)
|
|
* `'function'` (Node.js only)
|
|
* `'http2'` (Node.js only)
|
|
* `'http'` (Node.js only)
|
|
|
|
### `performanceEntry.flags`
|
|
<!-- YAML
|
|
added:
|
|
- v13.9.0
|
|
- v12.17.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Runtime deprecated. Now moved to the detail property
|
|
when entryType is 'gc'.
|
|
-->
|
|
|
|
* {number}
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
When `performanceEntry.entryType` is equal to `'gc'`, the `performance.flags`
|
|
property contains additional information about garbage collection operation.
|
|
The value may be one of:
|
|
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_NO`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_FORCED`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE`
|
|
|
|
### `performanceEntry.name`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {string}
|
|
|
|
The name of the performance entry.
|
|
|
|
### `performanceEntry.kind`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Runtime deprecated. Now moved to the detail property
|
|
when entryType is 'gc'.
|
|
-->
|
|
|
|
* {number}
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
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.NODE_PERFORMANCE_GC_MAJOR`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_MINOR`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_INCREMENTAL`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_WEAKCB`
|
|
|
|
### `performanceEntry.startTime`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp marking the starting time of the
|
|
Performance Entry.
|
|
|
|
### Garbage Collection ('gc') Details
|
|
|
|
When `performanceEntry.type` is equal to `'gc'`, the `performanceEntry.details`
|
|
property will be an {Object} with two properties:
|
|
|
|
* `kind` {number} One of:
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_MAJOR`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_MINOR`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_INCREMENTAL`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_WEAKCB`
|
|
* `flags` {number} One of:
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_NO`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_FORCED`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY`
|
|
* `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE`
|
|
|
|
### HTTP/2 ('http2') Details
|
|
|
|
When `performanceEntry.type` is equal to `'http2'`, the
|
|
`performanceEntry.details` property will be an {Object} containing
|
|
additional performance information.
|
|
|
|
If `performanceEntry.name` is equal to `Http2Stream`, the `details`
|
|
will contain the following properties:
|
|
|
|
* `bytesRead` {number} The number of `DATA` frame bytes received for this
|
|
`Http2Stream`.
|
|
* `bytesWritten` {number} The number of `DATA` frame bytes sent for this
|
|
`Http2Stream`.
|
|
* `id` {number} The identifier of the associated `Http2Stream`
|
|
* `timeToFirstByte` {number} The number of milliseconds elapsed between the
|
|
`PerformanceEntry` `startTime` and the reception of the first `DATA` frame.
|
|
* `timeToFirstByteSent` {number} The number of milliseconds elapsed between
|
|
the `PerformanceEntry` `startTime` and sending of the first `DATA` frame.
|
|
* `timeToFirstHeader` {number} The number of milliseconds elapsed between the
|
|
`PerformanceEntry` `startTime` and the reception of the first header.
|
|
|
|
If `performanceEntry.name` is equal to `Http2Session`, the `details` will
|
|
contain the following properties:
|
|
|
|
* `bytesRead` {number} The number of bytes received for this `Http2Session`.
|
|
* `bytesWritten` {number} The number of bytes sent for this `Http2Session`.
|
|
* `framesReceived` {number} The number of HTTP/2 frames received by the
|
|
`Http2Session`.
|
|
* `framesSent` {number} The number of HTTP/2 frames sent by the `Http2Session`.
|
|
* `maxConcurrentStreams` {number} The maximum number of streams concurrently
|
|
open during the lifetime of the `Http2Session`.
|
|
* `pingRTT` {number} The number of milliseconds elapsed since the transmission
|
|
of a `PING` frame and the reception of its acknowledgment. Only present if
|
|
a `PING` frame has been sent on the `Http2Session`.
|
|
* `streamAverageDuration` {number} The average duration (in milliseconds) for
|
|
all `Http2Stream` instances.
|
|
* `streamCount` {number} The number of `Http2Stream` instances processed by
|
|
the `Http2Session`.
|
|
* `type` {string} Either `'server'` or `'client'` to identify the type of
|
|
`Http2Session`.
|
|
|
|
### Timerify ('function') Details
|
|
|
|
When `performanceEntry.type` is equal to `'function'`, the
|
|
`performanceEntry.details` property will be an {Array} listing
|
|
the input arguments to the timed function.
|
|
|
|
## Class: `PerformanceNodeTiming`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* Extends: {PerformanceEntry}
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
Provides timing details for Node.js itself. The constructor of this class
|
|
is not exposed to users.
|
|
|
|
### `performanceNodeTiming.bootstrapComplete`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the Node.js process
|
|
completed bootstrapping. If bootstrapping has not yet finished, the property
|
|
has the value of -1.
|
|
|
|
### `performanceNodeTiming.environment`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the Node.js environment was
|
|
initialized.
|
|
|
|
### `performanceNodeTiming.idleTime`
|
|
<!-- YAML
|
|
added:
|
|
- v14.10.0
|
|
- v12.19.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp of the amount of time the event loop
|
|
has been idle within the event loop's event provider (e.g. `epoll_wait`). This
|
|
does not take CPU usage into consideration. If the event loop has not yet
|
|
started (e.g., in the first tick of the main script), the property has the
|
|
value of 0.
|
|
|
|
### `performanceNodeTiming.loopExit`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the Node.js event loop
|
|
exited. If the event loop has not yet exited, the property has the value of -1.
|
|
It can only have a value of not -1 in a handler of the [`'exit'`][] event.
|
|
|
|
### `performanceNodeTiming.loopStart`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the Node.js event loop
|
|
started. If the event loop has not yet started (e.g., in the first tick of the
|
|
main script), the property has the value of -1.
|
|
|
|
### `performanceNodeTiming.nodeStart`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the Node.js process was
|
|
initialized.
|
|
|
|
### `performanceNodeTiming.v8Start`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The high resolution millisecond timestamp at which the V8 platform was
|
|
initialized.
|
|
|
|
## Class: `perf_hooks.PerformanceObserver`
|
|
|
|
### `new PerformanceObserver(callback)`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* `callback` {Function}
|
|
* `list` {PerformanceObserverEntryList}
|
|
* `observer` {PerformanceObserver}
|
|
|
|
`PerformanceObserver` objects provide notifications when new
|
|
`PerformanceEntry` instances have been added to the Performance Timeline.
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((list, observer) => {
|
|
console.log(list.getEntries());
|
|
observer.disconnect();
|
|
});
|
|
obs.observe({ entryTypes: ['mark'], buffered: true });
|
|
|
|
performance.mark('test');
|
|
```
|
|
|
|
Because `PerformanceObserver` instances introduce their own additional
|
|
performance overhead, instances should not be left subscribed to notifications
|
|
indefinitely. Users should disconnect observers as soon as they are no
|
|
longer needed.
|
|
|
|
The `callback` is invoked when a `PerformanceObserver` is
|
|
notified about new `PerformanceEntry` instances. The callback receives a
|
|
`PerformanceObserverEntryList` instance and a reference to the
|
|
`PerformanceObserver`.
|
|
|
|
### `performanceObserver.disconnect()`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
Disconnects the `PerformanceObserver` instance from all notifications.
|
|
|
|
### `performanceObserver.observe(options)`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
changes:
|
|
- version: v16.0.0
|
|
pr-url: https://github.com/nodejs/node/pull/37136
|
|
description: Updated to conform to User Timing Level 3. The
|
|
buffered option has been removed.
|
|
-->
|
|
|
|
* `options` {Object}
|
|
* `type` {string} A single {PerformanceEntry} type. Must not be given
|
|
if `entryTypes` is already specified.
|
|
* `entryTypes` {string[]} An array of strings identifying the types of
|
|
{PerformanceEntry} instances the observer is interested in. If not
|
|
provided an error will be thrown.
|
|
|
|
Subscribes the {PerformanceObserver} instance to notifications of new
|
|
{PerformanceEntry} instances identified either by `options.entryTypes`
|
|
or `options.type`:
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((list, observer) => {
|
|
// Called three times synchronously. `list` contains one item.
|
|
});
|
|
obs.observe({ type: 'mark' });
|
|
|
|
for (let n = 0; n < 3; n++)
|
|
performance.mark(`test${n}`);
|
|
```
|
|
|
|
## Class: `PerformanceObserverEntryList`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
The `PerformanceObserverEntryList` class is used to provide access to the
|
|
`PerformanceEntry` instances passed to a `PerformanceObserver`.
|
|
The constructor of this class is not exposed to users.
|
|
|
|
### `performanceObserverEntryList.getEntries()`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* Returns: {PerformanceEntry[]}
|
|
|
|
Returns a list of `PerformanceEntry` objects in chronological order
|
|
with respect to `performanceEntry.startTime`.
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((perfObserverList, observer) => {
|
|
console.log(perfObserverList.getEntries());
|
|
/**
|
|
* [
|
|
* PerformanceEntry {
|
|
* name: 'test',
|
|
* entryType: 'mark',
|
|
* startTime: 81.465639,
|
|
* duration: 0
|
|
* },
|
|
* PerformanceEntry {
|
|
* name: 'meow',
|
|
* entryType: 'mark',
|
|
* startTime: 81.860064,
|
|
* duration: 0
|
|
* }
|
|
* ]
|
|
*/
|
|
observer.disconnect();
|
|
});
|
|
obs.observe({ type: 'mark' });
|
|
|
|
performance.mark('test');
|
|
performance.mark('meow');
|
|
```
|
|
|
|
### `performanceObserverEntryList.getEntriesByName(name[, type])`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* `name` {string}
|
|
* `type` {string}
|
|
* Returns: {PerformanceEntry[]}
|
|
|
|
Returns a list of `PerformanceEntry` objects in chronological order
|
|
with respect to `performanceEntry.startTime` whose `performanceEntry.name` is
|
|
equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to
|
|
`type`.
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((perfObserverList, observer) => {
|
|
console.log(perfObserverList.getEntriesByName('meow'));
|
|
/**
|
|
* [
|
|
* PerformanceEntry {
|
|
* name: 'meow',
|
|
* entryType: 'mark',
|
|
* startTime: 98.545991,
|
|
* duration: 0
|
|
* }
|
|
* ]
|
|
*/
|
|
console.log(perfObserverList.getEntriesByName('nope')); // []
|
|
|
|
console.log(perfObserverList.getEntriesByName('test', 'mark'));
|
|
/**
|
|
* [
|
|
* PerformanceEntry {
|
|
* name: 'test',
|
|
* entryType: 'mark',
|
|
* startTime: 63.518931,
|
|
* duration: 0
|
|
* }
|
|
* ]
|
|
*/
|
|
console.log(perfObserverList.getEntriesByName('test', 'measure')); // []
|
|
observer.disconnect();
|
|
});
|
|
obs.observe({ entryTypes: ['mark', 'measure'] });
|
|
|
|
performance.mark('test');
|
|
performance.mark('meow');
|
|
```
|
|
|
|
### `performanceObserverEntryList.getEntriesByType(type)`
|
|
<!-- YAML
|
|
added: v8.5.0
|
|
-->
|
|
|
|
* `type` {string}
|
|
* Returns: {PerformanceEntry[]}
|
|
|
|
Returns a list of `PerformanceEntry` objects in chronological order
|
|
with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`
|
|
is equal to `type`.
|
|
|
|
```js
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const obs = new PerformanceObserver((perfObserverList, observer) => {
|
|
console.log(perfObserverList.getEntriesByType('mark'));
|
|
/**
|
|
* [
|
|
* PerformanceEntry {
|
|
* name: 'test',
|
|
* entryType: 'mark',
|
|
* startTime: 55.897834,
|
|
* duration: 0
|
|
* },
|
|
* PerformanceEntry {
|
|
* name: 'meow',
|
|
* entryType: 'mark',
|
|
* startTime: 56.350146,
|
|
* duration: 0
|
|
* }
|
|
* ]
|
|
*/
|
|
observer.disconnect();
|
|
});
|
|
obs.observe({ type: 'mark' });
|
|
|
|
performance.mark('test');
|
|
performance.mark('meow');
|
|
```
|
|
|
|
## `perf_hooks.createHistogram([options])`
|
|
<!-- YAML
|
|
added: v15.9.0
|
|
-->
|
|
|
|
* `options` {Object}
|
|
* `min` {number|bigint} The minimum recordable value. Must be an integer
|
|
value greater than 0. **Default:** `1`.
|
|
* `max` {number|bigint} The maximum recordable value. Must be an integer
|
|
value greater than `min`. **Default:** `Number.MAX_SAFE_INTEGER`.
|
|
* `figures` {number} The number of accuracy digits. Must be a number between
|
|
`1` and `5`. **Default:** `3`.
|
|
* Returns {RecordableHistogram}
|
|
|
|
Returns a {RecordableHistogram}.
|
|
|
|
## `perf_hooks.monitorEventLoopDelay([options])`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* `options` {Object}
|
|
* `resolution` {number} The sampling rate in milliseconds. Must be greater
|
|
than zero. **Default:** `10`.
|
|
* Returns: {IntervalHistogram}
|
|
|
|
_This property is an extension by Node.js. It is not available in Web browsers._
|
|
|
|
Creates an `IntervalHistogram` object that samples and reports the event loop
|
|
delay over time. The delays will be reported in nanoseconds.
|
|
|
|
Using a timer to detect approximate event loop delay works because the
|
|
execution of timers is tied specifically to the lifecycle of the libuv
|
|
event loop. That is, a delay in the loop will cause a delay in the execution
|
|
of the timer, and those delays are specifically what this API is intended to
|
|
detect.
|
|
|
|
```js
|
|
const { monitorEventLoopDelay } = require('perf_hooks');
|
|
const h = monitorEventLoopDelay({ resolution: 20 });
|
|
h.enable();
|
|
// Do something.
|
|
h.disable();
|
|
console.log(h.min);
|
|
console.log(h.max);
|
|
console.log(h.mean);
|
|
console.log(h.stddev);
|
|
console.log(h.percentiles);
|
|
console.log(h.percentile(50));
|
|
console.log(h.percentile(99));
|
|
```
|
|
|
|
## Class: `Histogram`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
### `histogram.exceeds`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The number of times the event loop delay exceeded the maximum 1 hour event
|
|
loop delay threshold.
|
|
|
|
### `histogram.max`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The maximum recorded event loop delay.
|
|
|
|
### `histogram.mean`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The mean of the recorded event loop delays.
|
|
|
|
### `histogram.min`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The minimum recorded event loop delay.
|
|
|
|
### `histogram.percentile(percentile)`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* `percentile` {number} A percentile value in the range (0, 100].
|
|
* Returns: {number}
|
|
|
|
Returns the value at the given percentile.
|
|
|
|
### `histogram.percentiles`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {Map}
|
|
|
|
Returns a `Map` object detailing the accumulated percentile distribution.
|
|
|
|
### `histogram.reset()`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
Resets the collected histogram data.
|
|
|
|
### `histogram.stddev`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* {number}
|
|
|
|
The standard deviation of the recorded event loop delays.
|
|
|
|
## Class: `IntervalHistogram extends Histogram`
|
|
|
|
A `Histogram` that is periodically updated on a given interval.
|
|
|
|
### `histogram.disable()`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* Returns: {boolean}
|
|
|
|
Disables the update interval timer. Returns `true` if the timer was
|
|
stopped, `false` if it was already stopped.
|
|
|
|
### `histogram.enable()`
|
|
<!-- YAML
|
|
added: v11.10.0
|
|
-->
|
|
|
|
* Returns: {boolean}
|
|
|
|
Enables the update interval timer. Returns `true` if the timer was
|
|
started, `false` if it was already started.
|
|
|
|
### Cloning an `IntervalHistogram`
|
|
|
|
{IntervalHistogram} instances can be cloned via {MessagePort}. On the receiving
|
|
end, the histogram is cloned as a plain {Histogram} object that does not
|
|
implement the `enable()` and `disable()` methods.
|
|
|
|
## Class: `RecordableHistogram extends Histogram`
|
|
<!-- YAML
|
|
added: v15.9.0
|
|
-->
|
|
|
|
### `histogram.record(val)`
|
|
<!-- YAML
|
|
added: v15.9.0
|
|
-->
|
|
|
|
* `val` {number|bigint} The amount to record in the histogram.
|
|
|
|
### `histogram.recordDelta()`
|
|
<!-- YAML
|
|
added: v15.9.0
|
|
-->
|
|
|
|
Calculates the amount of time (in nanoseconds) that has passed since the
|
|
previous call to `recordDelta()` and records that amount in the histogram.
|
|
|
|
## Examples
|
|
|
|
### Measuring the duration of async operations
|
|
|
|
The following example uses the [Async Hooks][] and Performance APIs to measure
|
|
the actual duration of a Timeout operation (including the amount of time it took
|
|
to execute the callback).
|
|
|
|
```js
|
|
'use strict';
|
|
const async_hooks = require('async_hooks');
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
|
|
const set = new Set();
|
|
const hook = async_hooks.createHook({
|
|
init(id, type) {
|
|
if (type === 'Timeout') {
|
|
performance.mark(`Timeout-${id}-Init`);
|
|
set.add(id);
|
|
}
|
|
},
|
|
destroy(id) {
|
|
if (set.has(id)) {
|
|
set.delete(id);
|
|
performance.mark(`Timeout-${id}-Destroy`);
|
|
performance.measure(`Timeout-${id}`,
|
|
`Timeout-${id}-Init`,
|
|
`Timeout-${id}-Destroy`);
|
|
}
|
|
}
|
|
});
|
|
hook.enable();
|
|
|
|
const obs = new PerformanceObserver((list, observer) => {
|
|
console.log(list.getEntries()[0]);
|
|
performance.clearMarks();
|
|
observer.disconnect();
|
|
});
|
|
obs.observe({ entryTypes: ['measure'], buffered: true });
|
|
|
|
setTimeout(() => {}, 1000);
|
|
```
|
|
|
|
### Measuring how long it takes to load dependencies
|
|
|
|
The following example measures the duration of `require()` operations to load
|
|
dependencies:
|
|
|
|
<!-- eslint-disable no-global-assign -->
|
|
```js
|
|
'use strict';
|
|
const {
|
|
performance,
|
|
PerformanceObserver
|
|
} = require('perf_hooks');
|
|
const mod = require('module');
|
|
|
|
// Monkey patch the require function
|
|
mod.Module.prototype.require =
|
|
performance.timerify(mod.Module.prototype.require);
|
|
require = performance.timerify(require);
|
|
|
|
// Activate the observer
|
|
const obs = new PerformanceObserver((list) => {
|
|
const entries = list.getEntries();
|
|
entries.forEach((entry) => {
|
|
console.log(`require('${entry[0]}')`, entry.duration);
|
|
});
|
|
obs.disconnect();
|
|
});
|
|
obs.observe({ entryTypes: ['function'], buffered: true });
|
|
|
|
require('some-module');
|
|
```
|
|
|
|
[Async Hooks]: async_hooks.md
|
|
[High Resolution Time]: https://www.w3.org/TR/hr-time-2
|
|
[Performance Timeline]: https://w3c.github.io/performance-timeline/
|
|
[User Timing]: https://www.w3.org/TR/user-timing/
|
|
[Web Performance APIs]: https://w3c.github.io/perf-timing-primer/
|
|
[Worker threads]: worker_threads.md#worker_threads_worker_threads
|
|
[`'exit'`]: process.md#process_event_exit
|
|
[`child_process.spawnSync()`]: child_process.md#child_process_child_process_spawnsync_command_args_options
|
|
[`process.hrtime()`]: process.md#process_process_hrtime_time
|
|
[`timeOrigin`]: https://w3c.github.io/hr-time/#dom-performance-timeorigin
|
|
[`window.performance`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/performance
|