Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts98 return node.drawCount || node.count;
136 this.rootNode.count += node.drawCount || node.count;
171 node.drawCount = 0;
176 node.drawCount += child.searchCount;
181 module.count = node.drawCount = node.drawCount || node.count;
232 module.count = node.drawCount = node.searchCount = node.count;
257 parent.drawCount = module.count;
269 parent.drawCount = parent.searchCount;
288 children.drawCount = children.searchCount || children.count;
297 node.drawCount = 0;
[all …]
/developtools/smartperf_host/ide/test/trace/component/chart/
DFrameChart.test.ts65 drawCount: 0,
257 drawCount: 23,
265 drawCount: 0,
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts50 drawCount: number = 0; property in ChartStruct
96 … node.frame!.width = Math.floor(((node.drawCount || node.count) / total) * canvasFrame.width);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts161 drawCount: 23,
DTabPaneCallTree.test.ts139 drawCount: 0,