| /third_party/node/test/fixtures/wpt/user-timing/ |
| D | measure-with-dict.any.js | 16 [{ 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 …]
|
| D | measure-l3.any.js | 10 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
|
| D | mark-entry-constructor.any.js | 16 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
|
| D | mark-l3.any.js | 13 { 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
|
| D | mark-measure-return-objects.any.js | 34 const mark = self.performance.mark("mark2", { startTime: 34 }); property
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
| D | check-response.js | 12 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/ |
| D | test-perf-hooks-usertiming.js | 61 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
|
| D | test-performance-resourcetimingbufferfull.js | 8 function createTimingInfo(startTime) { argument 10 startTime: startTime, property
|
| D | test-fs-stat-bigint.js | 98 const startTime = process.hrtime.bigint(); constant 153 const startTime = process.hrtime.bigint(); constant 185 const startTime = process.hrtime.bigint(); constant
|
| D | test-perf-hooks-resourcetiming.js | 24 startTime = 0, property 159 startTime: 0, property 240 startTime: 50, property
|
| D | test-http2-session-timeout.js | 29 let startTime = hrtime(); variable
|
| /third_party/node/deps/v8/tools/system-analyzer/log/ |
| D | timer.mjs | 9 constructor(type, startTime, endTime = -1) { argument 24 get startTime() { getter in TimerLogEntry
|
| D | tick.mjs | 25 get startTime() { getter in TickLogEntry
|
| /third_party/node/deps/npm/node_modules/graceful-fs/ |
| D | graceful-fs.js | 117 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/ |
| D | tcuCPUWarmup.cpp | 99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local 125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | exportEqualNamespaces.ts | 8 startTime: Date; property
|
| D | exportAssignValueAndType.ts | 8 startTime: Date; property
|
| /third_party/skia/demos.skia.org/demos/web_worker/ |
| D | main.js | 29 const startTime = performance.now(); constant
|
| /third_party/icu/icu4c/source/test/perf/collationperf/ |
| D | collperf.cpp | 385 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/ |
| D | user-timing-helper.js | 21 function checkEntry(entry, {name, entryType, startTime, detail, duration}) { property
|
| /third_party/node/deps/v8/tools/system-analyzer/ |
| D | timeline.mjs | 16 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/ |
| D | ditImageCompareTests.cpp | 81 const deUint64 startTime = deGetMicroseconds(); in iterate() local 134 const deUint64 startTime = deGetMicroseconds(); in iterate() local
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
| D | AbilityRunningInfo.js | 37 startTime: '[PC preview] unknow startTime', property
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| D | CollationPerformanceTest.java | 279 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/ |
| D | loader_genvk.py | 22 startTime = None variable
|