MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / elapsedMicros

Function elapsedMicros

scripts/perf/node-bench/start_nodefs_socket.mjs:40–42  ·  view source on GitHub ↗
(startMicros)

Source from the content-addressed store, hash-verified

38}
39
40function elapsedMicros(startMicros) {
41 return nowMicros() - startMicros
42}
43
44async function main() {
45 const args = parseArgs(process.argv.slice(2))

Callers 1

mainFunction · 0.85

Calls 1

nowMicrosFunction · 0.85

Tested by

no test coverage detected