Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ startChronometer
Function
startChronometer
test/test_fastbuilder.js:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
function
startChronometer() {
16
return
process.hrtime();
17
}
18
function
stopChronometer(time1) {
19
let
diff1 = process.hrtime(time1);
20
diff1 = (diff1[0]*1E9+diff1[1]);
// in nanoseconds
Callers
1
test_fastbuilder.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected