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

Method computeTotalWeights

deps/v8/tools/profile.mjs:1101–1105  ·  view source on GitHub ↗

* Computes total weights in the call graph.

()

Source from the content-addressed store, hash-verified

1099 * Computes total weights in the call graph.
1100 */
1101 computeTotalWeights() {
1102 if (this.totalsComputed_) return;
1103 this.root_.computeTotalWeight();
1104 this.totalsComputed_ = true;
1105 }
1106
1107 /**
1108 * Traverses the call graph in preorder. This function can be used for

Callers 3

processHeapSampleEndMethod · 0.80
getTreeProfile_Method · 0.80
getFlatProfileMethod · 0.80

Calls 1

computeTotalWeightMethod · 0.80

Tested by

no test coverage detected