Home
last modified time | relevance | path

Searched refs:createTracing (Results 1 – 7 of 7) sorted by relevance

/dports/www/node10/node-v10.24.1/doc/api/
H A Dtracing.md58 const tracing = trace_events.createTracing({ categories: ['node.perf'] });
95 categories. Instances are created using the `trace_events.createTracing()`
125 const t1 = trace_events.createTracing({ categories: ['node', 'v8'] });
126 const t2 = trace_events.createTracing({ categories: ['node.perf', 'node'] });
154 ### `trace_events.createTracing(options)`
170 const tracing = trace_events.createTracing({ categories });
194 const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] });
195 const t2 = trace_events.createTracing({ categories: ['node.perf'] });
196 const t3 = trace_events.createTracing({ categories: ['v8'] });
H A Derrors.md1707 The `trace_events.createTracing()` method requires at least one trace event
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dtrace_events.d.ts52 function createTracing(options: CreateTracingOptions): Tracing; function
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dtrace_events.d.ts52 export function createTracing(options: CreateTracingOptions): Tracing; function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dtrace_events.d.ts52 function createTracing(options: CreateTracingOptions): Tracing; function
/dports/misc/netron/node_modules/@types/node/
H A Dtrace_events.d.ts52 function createTracing(options: CreateTracingOptions): Tracing; function
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dtrace_events.d.ts52 function createTracing(options: CreateTracingOptions): Tracing; function