Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerCommon.test.ts32 let chartStruct = new ChartStruct(); variable
33 expect(chartStruct).not.toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts636 let chartStruct: SubsystemNode = {
645 if (componentStruct.children.indexOf(chartStruct) < 0) {
646 … let rowNumber = this.otherRowNames.findIndex((row) => row.nodeName === chartStruct.nodeName);
650 componentStruct.children.push(chartStruct);