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

Method toString

deps/v8/tools/parse-processor.mjs:604–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 }
603
604 toString() {
605 return ` - ${this.prefix}-time:`.padEnd(24) +
606 ` Σ executed=${TIME(this.executedCost)}`.padEnd(20) +
607 ` Σ non-executed=${TIME(this.nonExecutedCost)}`.padEnd(24) +
608 ` max=${TIME(this.maxDuration)}`;
609 }
610
611 setMetrics(dict) {
612 dict.set('parseMetric', this.executionCost);

Callers 2

calculateMetricsMethod · 0.95
printMethod · 0.95

Calls 1

TIMEFunction · 0.85

Tested by

no test coverage detected