MCPcopy 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
15function startChronometer() {
16 return process.hrtime();
17}
18function stopChronometer(time1) {
19 let diff1 = process.hrtime(time1);
20 diff1 = (diff1[0]*1E9+diff1[1]); // in nanoseconds

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected