Home
last modified time | relevance | path

Searched refs:initNodes (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.js1089 constructor(divContainer, title, totalCount, initNodes, reverseOrder) { argument
1099 this.initNodes = initNodes;
1101 for (let node of initNodes) {
1104 this.maxDepth = this._getMaxDepth(this.initNodes);
1198 let fakeNodes = [{c: this.initNodes}];