MCPcopy Index your code
hub / github.com/nodejs/node / start

Method start

benchmark/common.js:253–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 }
252
253 start() {
254 if (this._started) {
255 throw new Error('Called start more than once in a single benchmark');
256 }
257 this._started = true;
258 this._time = process.hrtime.bigint();
259 }
260
261 end(operations) {
262 // Get elapsed time now and do error checking later for accuracy.

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
childProcessExecStdoutFunction · 0.45
measureFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected