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

Method getMetricBytes

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

Source from the content-addressed store, hash-verified

306
307 // Also see Funktion.prototype.getMetricBytes
308 getMetricBytes(name) {
309 if (name == 'lazyCompileTimestamp') return this.getOwnBytes();
310 return this.getOwnBytes();
311 }
312
313 getMetricDuration(name) {
314 return this[name];

Callers 1

Calls 1

getOwnBytesMethod · 0.95

Tested by

no test coverage detected