Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/node/test/fixtures/wpt/user-timing/
Dmeasure-with-dict.any.js16 [{ entryType: "measure", name: "measure1", detail: null, startTime: 0 }, property
17 { entryType: "measure", name: "measure2", detail: null, startTime: 0 }, property
18 { entryType: "measure", name: "measure3", detail: null, startTime: 0 }, property
20 { entryType: "measure", name: "measure5", detail: null, startTime: 0 }, property
21 { entryType: "measure", name: "measure6", detail: null, startTime: timeStamp1 }, property
22 …{ entryType: "measure", name: "measure7", detail: null, startTime: timeStamp1, duration: timeStamp… property
23 { entryType: "measure", name: "measure8", detail: null, startTime: 0 }, property
24 { entryType: "measure", name: "measure9", detail: null, startTime: 0 }, property
25 { entryType: "measure", name: "measure10", detail: null, startTime: timeStamp1 }, property
26 { entryType: "measure", name: "measure11", detail: null, startTime: timeStamp3 }, property
[all …]
Dmeasure-l3.any.js10 const markEntry = performance.mark("mark", {startTime: 123}); property
19 const markEntry = performance.mark("mark", {startTime: 123}); property
31 const markEntry = performance.mark("mark", {startTime: 123}); property
Dmark-entry-constructor.any.js16 const entry = new PerformanceMark("name", {startTime: 1}); property
18 checkEntry(entry, {name: "name", entryType: "mark", startTime: 1}); property
29 new PerformanceMark("name", {startTime: 1, detail: {info: "abc"}}); property
31 checkEntry(entry, {name: "name", entryType: "mark", startTime: 1, detail: {info: "abc"}}); property
Dmark-l3.any.js13 { entryType: "mark", name: "mark8", detail: null, startTime: 234.56}, property
14 { entryType: "mark", name: "mark9", detail: {count: 3}, startTime: 345.67}]; property
36 returned_entries.push(self.performance.mark("mark8", {startTime: 234.56})); property
37 returned_entries.push(self.performance.mark("mark9", {detail: {count: 3}, startTime: 345.67})); property
Dmark-measure-return-objects.any.js34 const mark = self.performance.mark("mark2", { startTime: 34 }); property
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Dcheck-response.js12 async ({ method, uri, res, startTime, auth, opts }) => { property
43 function logRequest (method, res, startTime) { argument
57 function checkErrors (method, res, startTime, opts) { argument
/third_party/node/test/parallel/
Dtest-perf-hooks-usertiming.js61 const m = mark('a', { startTime: 1 }); property
65 assert.throws(() => mark('a', { startTime: 'a' }), { property
78 mark('a', { startTime: 0 }); property
79 mark('b', { startTime: 10 }); property
Dtest-performance-resourcetimingbufferfull.js8 function createTimingInfo(startTime) { argument
10 startTime: startTime, property
Dtest-fs-stat-bigint.js98 const startTime = process.hrtime.bigint(); constant
153 const startTime = process.hrtime.bigint(); constant
185 const startTime = process.hrtime.bigint(); constant
Dtest-perf-hooks-resourcetiming.js24 startTime = 0, property
159 startTime: 0, property
240 startTime: 50, property
Dtest-http2-session-timeout.js29 let startTime = hrtime(); variable
/third_party/node/deps/v8/tools/system-analyzer/log/
Dtimer.mjs9 constructor(type, startTime, endTime = -1) { argument
24 get startTime() { getter in TimerLogEntry
Dtick.mjs25 get startTime() { getter in TickLogEntry
/third_party/node/deps/npm/node_modules/graceful-fs/
Dgraceful-fs.js117 function go$readFile (path, options, cb, startTime) { argument
137 function go$writeFile (path, data, options, cb, startTime) { argument
158 function go$appendFile (path, data, options, cb, startTime) { argument
180 function go$copyFile (src, dest, flags, cb, startTime) { argument
213 function fs$readdirCallback (path, options, cb, startTime) { argument
356 function go$open (path, flags, mode, cb, startTime) { argument
/third_party/vk-gl-cts/framework/common/
DtcuCPUWarmup.cpp99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
/third_party/typescript/tests/cases/compiler/
DexportEqualNamespaces.ts8 startTime: Date; property
DexportAssignValueAndType.ts8 startTime: Date; property
/third_party/skia/demos.skia.org/demos/web_worker/
Dmain.js29 const startTime = performance.now(); constant
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp385 unsigned long startTime = timeGetTime(); in doKeyGen() local
489 unsigned long startTime = timeGetTime(); in doBinarySearch() local
528 unsigned long startTime = timeGetTime(); in doBinarySearch() local
579 unsigned long startTime = timeGetTime(); in doBinarySearch() local
635 unsigned long startTime = timeGetTime(); in doBinarySearch() local
712 unsigned long startTime = timeGetTime(); in doQSort() local
843 unsigned long startTime = timeGetTime(); in doForwardIterTest() local
1006 unsigned long startTime = timeGetTime(); in doBackwardIterTest() local
/third_party/node/test/fixtures/wpt/user-timing/resources/
Duser-timing-helper.js21 function checkEntry(entry, {name, entryType, startTime, detail, duration}) { property
/third_party/node/deps/v8/tools/system-analyzer/
Dtimeline.mjs16 constructor(model, values = [], startTime = null, endTime = null) { argument
50 selectTimeRange(startTime, endTime) { argument
165 range(startTime, endTime) { argument
/third_party/vk-gl-cts/modules/internal/
DditImageCompareTests.cpp81 const deUint64 startTime = deGetMicroseconds(); in iterate() local
134 const deUint64 startTime = deGetMicroseconds(); in iterate() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DAbilityRunningInfo.js37 startTime: '[PC preview] unknow startTime', property
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java279 long startTime = 0; in doQSort() local
323 long startTime = 0; in doBinarySearch() local
502 long startTime = 0; in doKeyGen() local
587 long startTime = System.currentTimeMillis(); in doForwardIterTest() local
707 long startTime = System.currentTimeMillis(); in doBackwardIterTest() local
/third_party/vulkan-loader/scripts/
Dloader_genvk.py22 startTime = None variable

12345