Searched refs:countArray (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 492 stack.countArray.push(...(hook.countArray || hook.count)); 509 stack.countArray.push(...(hook.countArray || hook.count)); 785 threadMerageData.countArray = [...merageData.countArray]; 794 for (const count of merageData.countArray) { 795 rootMerageMap[merageData.tid].countArray.push(count); 935 currentNode.countArray.push(1); 941 currentNode.countArray.push(1); 1134 countArray: Array<number> = []; property in NativeHookStatistics 1187 if (sample.countArray && sample.countArray.length > 0) { 1188 currentNode.countArray.push(...sample.countArray); [all …]
|
| D | ProcedureLogicWorkerCommon.ts | 30 countArray: Array<number> = []; // native hook统计模式下一个时间点有多次分配 property in ChartStruct
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.test.ts | 151 countArray: [] 154 traverseTree(stack, {countArray: [],startTs: 23, tsArray: [],count: 0})).toBeUndefined(); 169 countArray: [] 171 …expect(procedureLogicWorkerNativeMemory.traverseSampleTree(stack, {countArray: [],startTs: 23, tsA… 725 countArray: [],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | SportRuler.ts | 98 private countArray: Array<number> = []; property in SportRuler 127 set counts(countArray: Array<number>) { 128 this.countArray = countArray; 301 if (this.countArray && this.countArray[j] > 0) { 302 count += this.countArray[j];
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | FrameChartStruct.ts | 62 countArray: Array<number> = []; property in ChartStruct
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.ts | 769 detail: { time: event.detail.tsArray, counts: event.detail.countArray },
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | FrameChart.ts | 756 counts: ChartStruct.selectFuncStruct.countArray,
|