Searched refs:CallTree (Results 1 – 2 of 2) sorted by relevance
37 this.topDownTree_ = new CallTree();38 this.bottomUpTree_ = new CallTree();355 var counters = new CallTree();356 var rootLabel = opt_label || CallTree.ROOT_NODE_LABEL;565 function CallTree() { class566 this.root_ = new CallTree.Node(567 CallTree.ROOT_NODE_LABEL);574 CallTree.ROOT_NODE_LABEL = '';580 CallTree.prototype.totalsComputed_ = false;586 CallTree.prototype.getRoot = function() {[all …]
347 this.currentProducerProfile_ = new CallTree();