Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts50 private otherRowNames: Array<SceneNode> = []; property in TraceRowConfig
73 this.otherRowNames = [];
95 this.otherRowNames = [];
101 this.otherRowNames.push({
550 this.otherRowNames = [];
553 this.otherRowNames.push({
646 … let rowNumber = this.otherRowNames.findIndex((row) => row.nodeName === chartStruct.nodeName);
648 this.otherRowNames.splice(rowNumber, 1);
783 for (let index = 0; index < this.otherRowNames!.length; index++) {
788 nodeName: this.otherRowNames![index].nodeName,
[all …]