Searched refs:namesTopDown (Results 1 – 1 of 1) sorted by relevance
148 this.namesTopDown = []; property in testCallTreeBuilding.Driver154 this.namesTopDown.push(func);156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,180 this.namesTopDown.pop();228 this.namesTopDown = ['']; property in testRootFlatProfileTicks.Driver245 for (var i = 0; i < this.namesTopDown.length; ++i) {246 var name = this.namesTopDown[i];256 this.namesTopDown.push(func);263 this.increment(this.namesTopDown[this.namesTopDown.length - 1], 1, 0);[all …]