MCPcopy
hub / github.com/rollup/rollup / getTimeDiffInMs

Function getTimeDiffInMs

test/watch/index.js:1975–1978  ·  view source on GitHub ↗
(previous)

Source from the content-addressed store, hash-verified

1973}
1974
1975function getTimeDiffInMs(previous) {
1976 const [seconds, nanoseconds] = hrtime(previous);
1977 return seconds * 1e3 + nanoseconds / 1e6;
1978}

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…