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

Method traverseBottomUpTree

deps/v8/tools/profile.mjs:746–748  ·  view source on GitHub ↗

* Performs a BF traversal of the bottom up call graph. * * @param {function(CallTreeNode)} f Visitor function.

(f)

Source from the content-addressed store, hash-verified

744 * @param {function(CallTreeNode)} f Visitor function.
745 */
746 traverseBottomUpTree(f) {
747 this.bottomUpTree_.traverse(f);
748 }
749
750 /**
751 * Calculates a top down profile for a node with the specified label.

Callers

nothing calls this directly

Calls 1

traverseMethod · 0.80

Tested by

no test coverage detected