MCPcopy Create free account
hub / github.com/nodejs/node / getMetricBytes

Method getMetricBytes

deps/v8/tools/parse-processor.mjs:659–662  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

657 }
658
659 getMetricBytes(name) {
660 if (name == 'lazyCompileTimestamp') return this.getOwnBytes();
661 return this.getOwnBytes();
662 }
663
664 getMetricDuration(name) {
665 if (name in kNoTimeMetrics) return 0;

Callers

nothing calls this directly

Calls 1

getOwnBytesMethod · 0.95

Tested by

no test coverage detected