Home
last modified time | relevance | path

Searched defs:hrtime (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-vm-timeout-escape-promise-2.js12 const hrtime = process.hrtime.bigint; constant
30 hrtime, property
Dtest-vm-timeout-escape-promise.js13 const hrtime = process.hrtime.bigint; constant
31 hrtime, property
Dtest-vm-timeout-escape-promise-module.js14 const hrtime = process.hrtime.bigint; constant
33 hrtime, property
/third_party/node/test/known_issues/
Dtest-vm-timeout-escape-nexttick.js13 const hrtime = process.hrtime.bigint; constant
37 hrtime, property
Dtest-vm-timeout-escape-queuemicrotask.js13 const hrtime = process.hrtime.bigint; constant
34 hrtime, property
/third_party/node/test/sequential/
Dtest-vm-timeout-escape-promise-module-2.js14 const hrtime = process.hrtime.bigint; constant
33 hrtime, property
/third_party/libuv/test/
Dtest-hrtime.c34 TEST_IMPL(hrtime) { in TEST_IMPL() argument
Dtest-timer.c327 uint64_t hrtime = uv_hrtime() / 1000000; in timer_early_check_cb() local
/third_party/typescript/src/tsserver/
DwebServer.ts88 function hrtime(previous?: [number, number]) { function
/third_party/node/lib/internal/process/
Dper_thread.js126 function hrtime(time) { function
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts38 hrtime: process.hrtime, constant
/third_party/typescript/src/server/
Dsession.ts694 hrtime: (start?: number[]) => number[]; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10053 hrtime: (start?: number[]) => number[]; property
10083 private hrtime; property in ts.Session
Dtsserver.js162527 function WorkerSession(host, webHost, options, logger, cancellationToken, hrtime) { argument
162530 hrtime: hrtime, property
164099 …Installer || server.nullTypingsInstaller, byteLength: Buffer.byteLength, hrtime: process.hrtime, l… property
164301 function hrtime(previous) { function
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10338 hrtime: (start?: number[]) => number[]; property
10368 private hrtime; property in ts.Session