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

Method getBottomUpProfile

deps/v8/tools/profile.mjs:766–768  ·  view source on GitHub ↗

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

(opt_label)

Source from the content-addressed store, hash-verified

764 * @param {string} opt_label Node label.
765 */
766 getBottomUpProfile(opt_label) {
767 return this.getTreeProfile_(this.bottomUpTree_, opt_label);
768 }
769
770 /**
771 * Helper function for calculating a tree profile.

Callers 2

printStatisticsMethod · 0.80
profile.mjsFile · 0.80

Calls 1

getTreeProfile_Method · 0.95

Tested by

no test coverage detected