Home
last modified time | relevance | path

Searched refs:perf_hooks (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-performance-global.js6 const perf_hooks = require('perf_hooks'); constant
12 strictEqual(globalThis.performance, perf_hooks.performance);
15 strictEqual(typeof perf_hooks.performance.now, 'function');
Dtest-performance-timeline.mjs7 import { performance } from 'perf_hooks';
/third_party/node/doc/api/
Dperf_hooks.md7 <!-- source_link=lib/perf_hooks.js -->
21 const { PerformanceObserver, performance } = require('node:perf_hooks');
39 ## `perf_hooks.performance`
126 const { eventLoopUtilization } = require('node:perf_hooks').performance;
350 `perf_hooks.createHistogram()` that will record runtime durations in
363 } = require('node:perf_hooks');
475 * `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_NO`
476 * `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED`
477 * `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_FORCED`
478 * `perf_hooks.constants.NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING`
[all …]
Dglobals.md550 The [`perf_hooks.performance`][] object.
932 [`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance
Ddocumentation.md81 | [Performance measurement APIs](perf_hooks.html) | (2) Stable |
Dworker_threads.md1099 instance. Similar to [`perf_hooks.performance`][].
1119 The same call as [`perf_hooks` `eventLoopUtilization()`][], except the values
1362 [`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance
1363 [`perf_hooks` `eventLoopUtilization()`]: perf_hooks.md#performanceeventlooputilizationutilization1-…
Dtracing.md282 [Performance API]: perf_hooks.md
Dwebstreams.md47 } from 'node:perf_hooks';
73 } = require('node:perf_hooks');
Derrors.md2012 While using the Performance Timing API (`perf_hooks`), a performance mark is
2960 While using the Performance Timing API (`perf_hooks`), no valid performance
Dhttp2.md4096 const { PerformanceObserver } = require('node:perf_hooks');
4171 [Performance Observer]: perf_hooks.md
/third_party/node/lib/internal/bootstrap/
Dbrowser.js77 const perf_hooks = require('perf_hooks'); constant
78 exposeInterface(globalThis, 'Performance', perf_hooks.Performance);
80 perf_hooks.performance);
/third_party/node/tools/doc/
Dtype-parser.mjs175 'Histogram': 'perf_hooks.html#class-histogram',
177 'perf_hooks.html#class-intervalhistogram-extends-histogram',
179 'perf_hooks.html#class-recordablehistogram-extends-histogram',
180 'PerformanceEntry': 'perf_hooks.html#class-performanceentry',
182 'perf_hooks.html#class-performancenodetiming',
184 'perf_hooks.html#class-perf_hooksperformanceobserver',
186 'perf_hooks.html#class-performanceobserverentrylist',
/third_party/node/deps/npm/node_modules/builtins/
Dindex.js47 perf_hooks: '>=8.5.0', property
/third_party/node/deps/undici/
Dundici.js897 var { performance: performance2 } = require("perf_hooks");
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md1667 The method works the same way as `perf_hooks` `eventLoopUtilization()`.
DCHANGELOG_V13.md1227 …* Move `perf_hooks` out of experimental (legendecas) [#31101](https://github.com/nodejs/node/pull/…
DCHANGELOG_V12.md3156 The `perf_hooks` module is now considered a stable API.