Searched refs:_getMaxDepth (Results 1 – 1 of 1) sorted by relevance
1104 this.maxDepth = this._getMaxDepth(this.initNodes);1111 _getMaxDepth(nodes) { method in anonymousFunction5f390bf10100.FlameGraphView1126 childDepth = Math.max(childDepth, this._getMaxDepth(child));