Home
last modified time | relevance | path

Searched refs:PerformanceEntry (Results 1 – 24 of 24) sorted by relevance

/third_party/node/test/parallel/
Dtest-perf-hooks-resourcetiming.js8 PerformanceEntry,
17 assert(PerformanceEntry);
18 assert.throws(() => new PerformanceEntry(), { code: 'ERR_ILLEGAL_CONSTRUCTOR' });
89 assert(resource instanceof PerformanceEntry);
131 assert(resource instanceof PerformanceEntry);
228 assert(resource instanceof PerformanceEntry);
255 assert(resource instanceof PerformanceEntry);
267 assert(resource instanceof PerformanceEntry);
310 assert(resource instanceof PerformanceEntry);
Dtest-perf-hooks-usertiming.js7 PerformanceEntry,
18 assert(PerformanceEntry);
25 assert(m instanceof PerformanceEntry);
/third_party/node/lib/internal/perf/
Dperformance_entry.js30 class PerformanceEntry { class
77 InternalPerformanceEntry.prototype.constructor = PerformanceEntry;
80 PerformanceEntry.prototype);
84 PerformanceEntry, property
Dnodetiming.js8 const { PerformanceEntry } = require('internal/perf/performance_entry');
158 PerformanceEntry.prototype);
/third_party/node/src/
Dnode_perf.h90 struct PerformanceEntry { struct
97 PerformanceEntry( in PerformanceEntry() argument
109 const PerformanceEntry<Traits>& entry) { in GetDetails() argument
158 const PerformanceEntry<GCPerformanceEntryTraits>& entry);
161 using GCPerformanceEntry = PerformanceEntry<GCPerformanceEntryTraits>;
Dnode_http2.h949 const performance::PerformanceEntry<Http2SessionPerformanceEntryTraits>&
961 const performance::PerformanceEntry<Http2StreamPerformanceEntryTraits>&
966 performance::PerformanceEntry<Http2SessionPerformanceEntryTraits>;
968 performance::PerformanceEntry<Http2StreamPerformanceEntryTraits>;
/third_party/node/doc/api/
Dperf_hooks.md150 * Returns: {PerformanceEntry\[]}
152 Returns a list of `PerformanceEntry` objects in chronological order with
165 * Returns: {PerformanceEntry\[]}
167 Returns a list of `PerformanceEntry` objects in chronological order
179 * Returns: {PerformanceEntry\[]}
181 Returns a list of `PerformanceEntry` objects in chronological order
202 `PerformanceMark` is a subclass of `PerformanceEntry` whose
228 `PerformanceResourceTiming` is a subclass of `PerformanceEntry` whose
265 `PerformanceMeasure` is a subclass of `PerformanceEntry` whose
409 ## Class: `PerformanceEntry`
[all …]
Dhttp2.md4110 The `entryType` property of the `PerformanceEntry` will be equal to `'http2'`.
4112 The `name` property of the `PerformanceEntry` will be equal to either
4115 If `name` is equal to `Http2Stream`, the `PerformanceEntry` will contain the
4124 `PerformanceEntry` `startTime` and the reception of the first `DATA` frame.
4126 the `PerformanceEntry` `startTime` and sending of the first `DATA` frame.
4128 `PerformanceEntry` `startTime` and the reception of the first header.
4130 If `name` is equal to `Http2Session`, the `PerformanceEntry` will contain the
Ddeprecations.md2935 ### DEP0152: Extension PerformanceEntry properties
2946 The `'gc'`, `'http2'`, and `'http'` {PerformanceEntry} object types have
2949 of the `PerformanceEntry` object. The existing accessors have been
/third_party/node/lib/
Dperf_hooks.js11 const { PerformanceEntry } = require('internal/perf/performance_entry');
34 PerformanceEntry, property
/third_party/node/test/fixtures/wpt/interfaces/
Duser-timing.idl26 interface PerformanceMark : PerformanceEntry {
32 interface PerformanceMeasure : PerformanceEntry {
Dperformance-timeline.idl11 typedef sequence<PerformanceEntry> PerformanceEntryList;
14 interface PerformanceEntry {
/third_party/typescript/src/compiler/
DperformanceCore.ts22 export interface PerformanceEntry { interface
41 export type PerformanceEntryList = PerformanceEntry[];
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 … "PaymentRequestUpdateEvent" | "PaymentResponse" | "Performance" | "PerformanceEntry" | "Performan…
DmappedTypeRecursiveInference.types100 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform…
102 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform…
108 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform…
110 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform…
/third_party/node/tools/doc/
Dtype-parser.mjs180 'PerformanceEntry': 'perf_hooks.html#class-performanceentry', property
/third_party/typescript/lib/
Dlib.webworker.d.ts2663 interface PerformanceEntry { interface
2671 declare var PerformanceEntry: { variable
2672 prototype: PerformanceEntry;
2673 new(): PerformanceEntry;
2677 interface PerformanceMark extends PerformanceEntry {
2687 interface PerformanceMeasure extends PerformanceEntry {
2720 interface PerformanceResourceTiming extends PerformanceEntry {
6118 type PerformanceEntryList = PerformanceEntry[];
Dlib.dom.d.ts10660 interface PerformanceEntry { interface
10668 declare var PerformanceEntry: { variable
10669 prototype: PerformanceEntry;
10670 new(): PerformanceEntry;
10673 interface PerformanceEventTiming extends PerformanceEntry {
10687 interface PerformanceMark extends PerformanceEntry {
10697 interface PerformanceMeasure extends PerformanceEntry {
10776 interface PerformancePaintTiming extends PerformanceEntry {
10785 interface PerformanceResourceTiming extends PerformanceEntry {
18340 type PerformanceEntryList = PerformanceEntry[];
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2643 interface PerformanceEntry { interface
2651 declare var PerformanceEntry: { variable
2652 prototype: PerformanceEntry;
2653 new(): PerformanceEntry;
2657 interface PerformanceMark extends PerformanceEntry {
2667 interface PerformanceMeasure extends PerformanceEntry {
2700 interface PerformanceResourceTiming extends PerformanceEntry {
6098 type PerformanceEntryList = PerformanceEntry[];
Ddom.generated.d.ts10640 interface PerformanceEntry { interface
10648 declare var PerformanceEntry: { variable
10649 prototype: PerformanceEntry;
10650 new(): PerformanceEntry;
10653 interface PerformanceEventTiming extends PerformanceEntry {
10667 interface PerformanceMark extends PerformanceEntry {
10677 interface PerformanceMeasure extends PerformanceEntry {
10756 interface PerformancePaintTiming extends PerformanceEntry {
10765 interface PerformanceResourceTiming extends PerformanceEntry {
18320 type PerformanceEntryList = PerformanceEntry[];
/third_party/typescript/tests/lib/
Dlib.d.ts12226 interface PerformanceEntry { interface
12233 declare var PerformanceEntry: { variable
12234 prototype: PerformanceEntry;
12235 new(): PerformanceEntry;
12238 interface PerformanceMark extends PerformanceEntry {
12246 interface PerformanceMeasure extends PerformanceEntry {
12273 interface PerformanceNavigationTiming extends PerformanceEntry {
12303 interface PerformanceResourceTiming extends PerformanceEntry {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136622 PerformanceEntry, enumerator
137396 PerformanceEntry, enumerator
140924 struct PrototypeTraits<prototypes::id::PerformanceEntry>
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2624 …ps://github.com/nodejs/node/commit/fd1a8924fd)] - **src**: constify PerformanceEntry data members …
/third_party/chromium/patch/
D0001-cve.patch4403 return PerformanceEntry::startTime();