Searched refs:perf_hooks (Results 1 – 17 of 17) sorted by relevance
/third_party/node/test/parallel/ |
D | test-performance-global.js | 6 const perf_hooks = require('perf_hooks'); constant 12 strictEqual(globalThis.performance, perf_hooks.performance); 15 strictEqual(typeof perf_hooks.performance.now, 'function');
|
D | test-performance-timeline.mjs | 7 import { performance } from 'perf_hooks';
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 7 <!-- 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 …]
|
D | globals.md | 550 The [`perf_hooks.performance`][] object. 932 [`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance
|
D | documentation.md | 81 | [Performance measurement APIs](perf_hooks.html) | (2) Stable |
|
D | worker_threads.md | 1099 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-…
|
D | tracing.md | 282 [Performance API]: perf_hooks.md
|
D | webstreams.md | 47 } from 'node:perf_hooks'; 73 } = require('node:perf_hooks');
|
D | errors.md | 2012 While using the Performance Timing API (`perf_hooks`), a performance mark is 2960 While using the Performance Timing API (`perf_hooks`), no valid performance
|
D | http2.md | 4096 const { PerformanceObserver } = require('node:perf_hooks'); 4171 [Performance Observer]: perf_hooks.md
|
/third_party/node/lib/internal/bootstrap/ |
D | browser.js | 77 const perf_hooks = require('perf_hooks'); constant 78 exposeInterface(globalThis, 'Performance', perf_hooks.Performance); 80 perf_hooks.performance);
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 175 '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/ |
D | index.js | 47 perf_hooks: '>=8.5.0', property
|
/third_party/node/deps/undici/ |
D | undici.js | 897 var { performance: performance2 } = require("perf_hooks");
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V15.md | 1667 The method works the same way as `perf_hooks` `eventLoopUtilization()`.
|
D | CHANGELOG_V13.md | 1227 …* Move `perf_hooks` out of experimental (legendecas) [#31101](https://github.com/nodejs/node/pull/…
|
D | CHANGELOG_V12.md | 3156 The `perf_hooks` module is now considered a stable API.
|