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

Method now

lib/internal/perf/performance.js:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 now() {
138 validateThisInternalField(this, kPerformanceBrand, 'Performance');
139 return now();
140 }
141
142 setResourceTimingBufferSize(maxSize) {
143 validateThisInternalField(this, kPerformanceBrand, 'Performance');

Callers 15

RunSingleMethod · 0.80
runFunction · 0.80
file.jsFile · 0.80
mainFunction · 0.80
coverage.jsFile · 0.80
bench-linkSync.jsFile · 0.80
mainFunction · 0.80
afterReadFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
afterReadFunction · 0.80
mainFunction · 0.80

Calls 1

nowFunction · 0.50

Tested by 4

RunSingleMethod · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64