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
Dtest-http2-session-timeout.js8 const hrtime = process.hrtime.bigint; constant
/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.c380 uint64_t hrtime = uv_hrtime() / 1000000; in timer_early_check_cb() local
/third_party/node/lib/internal/process/
Dper_thread.js76 function hrtime(time) { function
425 hrtime, property
/third_party/typescript/src/tsserver/
DwebServer.ts100 function hrtime(previous?: [number, number]) { function
/third_party/typescript/src/harness/
DharnessLanguageService.ts1008 hrtime: process.hrtime, constant
/third_party/typescript/src/server/
Dsession.ts741 hrtime: (start?: number[]) => number[]; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts11212 hrtime: (start?: number[]) => number[]; property
11242 private hrtime; property in ts.Session
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts11212 hrtime: (start?: number[]) => number[]; property
11242 private hrtime; property in ts.Session