Home
last modified time | relevance | path

Searched refs:getEntriesByName (Results 1 - 7 of 7) sorted by relevance

/third_party/node/test/fixtures/wpt/user-timing/
H A Dmark.any.js9 var match = self.performance.getEntriesByName("mark")[index];
38 const entries = self.performance.getEntriesByName("mark");
48 const entries = self.performance.getEntriesByName("mark");
55 const entries = self.performance.getEntriesByName("mark");
60 const entries = self.performance.getEntriesByName("mark");
66 const entries = self.performance.getEntriesByName("mark");
71 const entries = self.performance.getEntriesByName("mark");
76 const entries = self.performance.getEntriesByName("mark", "mark");
78 }, "getEntriesByName(\"mark\", \"mark\")[" + index + "] returns an " +
82 const entries = self.performance.getEntriesByName("mar
[all...]
/third_party/node/lib/internal/perf/
H A Dperformance.js102 function getEntriesByName(name) { function
153 getEntriesByName: {
157 value: getEntriesByName,
H A Dobserve.js189 getEntriesByName(name, type) {
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharnessextension.js182 getEntriesByName: function()
184 return this.performanceContext.getEntriesByName.apply(this.performanceContext, arguments);
H A Dwebperftestharness.js35 window.performance.getEntriesByName == undefined ||
/third_party/node/test/fixtures/wpt/performance-timeline/
H A Dwebtiming-resolution.any.js19 const time = performance.getEntriesByName('timer')[0].startTime;
/third_party/node/test/parallel/
H A Dtest-perf-hooks-resourcetiming.js105 const entries = performance.getEntriesByName(resource.name);
289 const entries = list.getEntriesByName('http://localhost:8080');

Completed in 3 milliseconds