Searched refs:flattenTreeArray (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/ |
| D | SpUserPluginChart.ts | 70 const flattenTreeArray = this.getFlattenTreeData(treeNodes); constant 72 … const height = (Math.max(...flattenTreeArray.map((obj: unknown) => obj.depth)) + 1) * 20; 73 … const sampleProperty = this.setRelationDataProperty(flattenTreeArray, uniqueProperty); 75 const startTS = flattenTreeArray[0].property[0].begin; 97 flattenTreeArray: flattenTreeArray 125 flattenTreeArray: [], 162 const flattenTreeArray = this.getFlattenTreeData(treeNodes); constant 164 … const height = (Math.max(...flattenTreeArray.map((obj: unknown) => obj.depth)) + 1) * 20; 165 … const sampleProperty = this.setRelationDataProperty(flattenTreeArray, uniqueProperty); 167 const startTS = start_ts > 0 ? start_ts : flattenTreeArray[0].property[0].begin; [all …]
|
| D | SpBpftraceChart.ts | 66 const flattenTreeArray = this.getFlattenTreeData(treeNodes); constant 68 const height = (Math.max(...flattenTreeArray.map((obj: unknown) => obj.depth)) + 1) * 20; 70 const sampleProperty = this.setRelationDataProperty(flattenTreeArray, uniqueProperty); 72 const startTS = flattenTreeArray[0].property[0].begin; 94 flattenTreeArray: flattenTreeArray, 122 flattenTreeArray: [], 147 const flattenTreeArray = this.getFlattenTreeData(treeNodes); constant 149 const height = (Math.max(...flattenTreeArray.map((obj: unknown) => obj.depth)) + 1) * 20; 150 const sampleProperty = this.setRelationDataProperty(flattenTreeArray, uniqueProperty); 152 const startTS = start_ts > 0 ? start_ts : flattenTreeArray[0].property[0].begin; [all …]
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/bpftrace/ |
| D | TabPaneSampleInstruction.test.ts | 72 flattenTreeArray: [{
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerBpftrace.test.ts | 102 … { context, useCache: false, type: 'cpu', start_ts: 5, uniqueProperty: [], flattenTreeArray: [] },
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerBpftrace.ts | 41 flattenTreeArray: Array<SampleStruct>;
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/ |
| D | TabPaneSampleInstruction.ts | 152 this.flattenTreeData = reqProperty.flattenTreeArray;
|