Searched refs:CallTree (Results 1 – 2 of 2) sorted by relevance
37 this.topDownTree_ = new CallTree();38 this.bottomUpTree_ = new CallTree();336 var counters = new CallTree();337 var rootLabel = opt_label || CallTree.ROOT_NODE_LABEL;526 function CallTree() { class527 this.root_ = new CallTree.Node(528 CallTree.ROOT_NODE_LABEL);535 CallTree.ROOT_NODE_LABEL = '';541 CallTree.prototype.totalsComputed_ = false;547 CallTree.prototype.getRoot = function() {[all …]
414 this.currentProducerProfile_ = new CallTree();