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

Method getTopDownProfile

deps/v8/tools/profile.mjs:756–758  ·  view source on GitHub ↗

* Calculates a top down profile for a node with the specified label. * If no name specified, returns the whole top down calls tree. * * @param {string} opt_label Node label.

(opt_label)

Source from the content-addressed store, hash-verified

754 * @param {string} opt_label Node label.
755 */
756 getTopDownProfile(opt_label) {
757 return this.getTreeProfile_(this.topDownTree_, opt_label);
758 }
759
760 /**
761 * Calculates a bottom up profile for a node with the specified label.

Callers 1

profile.mjsFile · 0.80

Calls 1

getTreeProfile_Method · 0.95

Tested by

no test coverage detected