Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
function
elapsedMicros(startMicros) {
41
return
nowMicros() - startMicros
42
}
43
44
async
function
main() {
45
const
args = parseArgs(process.argv.slice(2))
Callers
1
main
Function · 0.85
Calls
1
nowMicros
Function · 0.85
Tested by
no test coverage detected