Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts545 TraceRowConfig.allTraceRowList.push(child);
555 TraceRowConfig.allTraceRowList.push(child);
572 TraceRowConfig.allTraceRowList.push(child);
588 TraceRowConfig.allTraceRowList.push(child);
DTraceRowConfig.ts32 static allTraceRowList: Array<TraceRow<BaseStruct>> = []; property in TraceRowConfig
83 TraceRowConfig.allTraceRowList.push(...this.traceRowList!);
195 TraceRowConfig.allTraceRowList.forEach((chartRow): void => {
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1822 TraceRowConfig.allTraceRowList.forEach((it) => {
1825 TraceRowConfig.allTraceRowList = [];