Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.test.ts73 totalCount: 1150,
135 totalCount: 40,
199 totalCount: 465,
263 totalCount: 55,
327 totalCount: 9,
390 totalCount: 42,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/binder/
DTabPaneBinder.test.ts47 totalCount: undefined,
57 totalCount: undefined
DTabPaneBinderDataCut.test.ts72 totalCount: 12,
79 totalCount: 3,
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts724 let totalCount = 0; variable
730 totalCount += nativeHookSample.count || 1;
758 let rootMerageMap = this.mergeNodeData(totalCount, totalSize);
759 this.handleCurrentTreeList(totalCount, totalSize);
762 private mergeNodeData(totalCount: number, totalSize: number): Map<any, any> {
782 threadMerageData.totalCount = totalCount;
792 rootMerageMap[merageData.tid].totalCount = totalCount;
805 private handleCurrentTreeList(totalCount: number, totalSize: number): void {
808 nmTreeNode.totalCount = totalCount;
1137 #totalCount: number = 0;
[all …]
DProcedureLogicWorkerFileSystem.ts762 let totalCount = 0;
764 totalCount += sample.dur;
783 let rootMerageMap = this.mergeNodeData(totalCount);
784 this.handleCurrentTreeList(totalCount);
787 private mergeNodeData(totalCount: number): Map<any, any> {
800 fileMerageBean.total = totalCount;
809 rootMerageMap[mergeData.pid].total = totalCount;
821 private handleCurrentTreeList(totalCount: number) {
824 currentNode.total = totalCount;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts117 data.totalCount = malloc.allocCount;
146 data.totalCount = sub.allocCount;
202 data.totalCount += hook.allocCount;
213 data.allocCount = data.totalCount - data.freeCount;
268 totalCount: 'totalCount'
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts100 sum.totalCount += struct.selfTime;
105 totalCount: 0,
111 … data.totalTimePercent = `${((data.totalTime / sum.totalCount) * percentageDenominator).toFixed(
114 … data.selfTimePercent = `${((data.selfTime / sum.totalCount) * percentageDenominator).toFixed(
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts165 totalCount: 0,
179 totalCount: expect.any(Number) }, `
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts71 totalCount: number = 0; property in NativeHookStatisticsTableData
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.test.ts703 expect(nativeHookCallInfo.totalCount).toEqual(0);
713 nativeHookCallInfo.totalCount = true;
/developtools/smartperf_host/ide/test/base-ui/table/
DLitTable.test.ts447 totalCount: 149,
504 totalCount: 12,