Home
last modified time | relevance | path

Searched refs:countArray (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts492 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 …]
DProcedureLogicWorkerCommon.ts30 countArray: Array<number> = []; // native hook统计模式下一个时间点有多次分配 property in ChartStruct
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.test.ts151 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/
DSportRuler.ts98 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/
DFrameChartStruct.ts62 countArray: Array<number> = []; property in ChartStruct
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts769 detail: { time: event.detail.tsArray, counts: event.detail.countArray },
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts756 counts: ChartStruct.selectFuncStruct.countArray,