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

Function cb

benchmark/timers/immediate.js:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 bench.start();
36 setImmediate(cb);
37 function cb() {
38 n++;
39 if (n === N)
40 bench.end(n);
41 else
42 setImmediate(cb);
43 }
44}
45
46// setImmediate tail recursion, 1 argument

Callers 15

httpMethod · 0.50
oldWayFunction · 0.50
runStoresFunction · 0.50
runStoresFunction · 0.50
runInAsyncScopesFunction · 0.50
runStoresFunction · 0.50
writeFunction · 0.50
runFunction · 0.50
writeFunction · 0.50
mainFunction · 0.50
writeFunction · 0.50
writeFunction · 0.50

Calls 2

setImmediateFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected