Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpUserPluginChart.ts70 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 …]
DSpBpftraceChart.ts66 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/
DTabPaneSampleInstruction.test.ts72 flattenTreeArray: [{
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerBpftrace.test.ts102 … { context, useCache: false, type: 'cpu', start_ts: 5, uniqueProperty: [], flattenTreeArray: [] },
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerBpftrace.ts41 flattenTreeArray: Array<SampleStruct>;
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/
DTabPaneSampleInstruction.ts152 this.flattenTreeData = reqProperty.flattenTreeArray;