| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | NativeHook.ts | 24 heapSize: number = 0; property in NativeHookStatistics 40 heapSize: number = 0; property in NativeHookMalloc 85 heapSize: number = 0; property in NativeMemory 98 heapSize: number = 0; property in NativeHookSamplerInfo 113 this.heapSize += merageObj.heapSize; 116 this.growth = Utils.getByteWithUnit(this.heapSize); 149 heapSize: number = 0; property in NativeHookCallInfo 160 heapSize: number = 0; property in NativeEvent
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | NativeHook.ts | 24 heapSize: number = 0; property in NativeHookStatistics 40 heapSize: number = 0; property in NativeHookMalloc 84 heapSize: number = 0; property in NativeMemory 98 heapSize: number = 0; property in NativeHookSamplerInfo 113 this.heapSize += merageObj.heapSize; 116 this.growth = Utils.getByteWithUnit(this.heapSize); 149 heapSize: number = 0; property in NativeHookCallInfo 160 heapSize: number = 0; property in NativeEvent
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | NativeHook.test.ts | 40 heapSize: 0, 56 heapSize: expect.any(Number), 87 heapSize: 0, 98 heapSize: expect.any(Number), 206 heapSize: 0, 222 heapSize: expect.any(Number), 250 heapSize: 0, 265 heapSize: expect.any(Number), 341 heapSize: 0, 356 heapSize: expect.any(Number), [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 47 heapSize: 10, 100 heapSize: 23, 117 heapSize: 98, 151 heapSize: 99, 167 heapSize: 40, 183 heapSize: 50, 244 heapSize: 10, 268 heapSize: 20, 292 heapSize: 123, 316 heapSize: 30, [all …]
|
| D | TabPaneNMStatstics.test.ts | 54 heapSize: 0, 111 heapSize: 0, 175 heapSize: 7, 239 heapSize: 97, 303 heapSize: 31, 366 heapSize: 31,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 113 childSample.heapSize = merageSample.growth; 193 childSample.heapSize = child.growth; 218 currentSample.heapSize -= rootSample.heapSize; 219 currentSample.growth = Utils.getByteWithUnit(currentSample.heapSize); 316 nmRootSample.heapSize = 0; 322 nmRootSample.heapSize += parentSample.heapSize; 326 nmRootSample.growth = Utils.getByteWithUnit(nmRootSample.heapSize); 331 nmRootSample.heapSize += nmRootSample.tempList[1].heapSize; 333 nmRootSample.growth = Utils.getByteWithUnit(nmRootSample.heapSize); 344 nmRootSample.heapSize += nmRootSample.tempList[0].heapSize; [all …]
|
| D | TabPaneNMemory.ts | 357 ? memoryLeftData.heapSize - memoryRightData.heapSize 358 : memoryRightData.heapSize - memoryLeftData.heapSize;
|
| D | TabPaneNMStatstics.ts | 86 data.memoryTap = 'Malloc ' + Utils.getByteWithUnit(malloc.heapSize); 88 data.memoryTap = 'Mmap ' + Utils.getByteWithUnit(malloc.heapSize); 96 data.max = malloc.heapSize; 100 data.maxStr = Utils.getByteWithUnit(malloc.heapSize);
|
| D | TabPaneNMCallTree.ts | 164 if (merageBean.heapSize > maxDur) { 165 maxDur = merageBean.heapSize;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 113 childSample.heapSize = merageSample.growth; 193 childSample.heapSize = child.growth; 218 currentSample.heapSize -= rootSample.heapSize; 219 currentSample.growth = Utils.getByteWithUnit(currentSample.heapSize); 316 nmRootSample.heapSize = 0; 322 nmRootSample.heapSize += parentSample.heapSize; 326 nmRootSample.growth = Utils.getByteWithUnit(nmRootSample.heapSize); 331 nmRootSample.heapSize += nmRootSample.tempList[1].heapSize; 333 nmRootSample.growth = Utils.getByteWithUnit(nmRootSample.heapSize); 344 nmRootSample.heapSize += nmRootSample.tempList[0].heapSize; [all …]
|
| D | TabPaneNMStatstics.ts | 88 data.memoryTap = 'Malloc ' + Utils.getByteWithUnit(malloc.heapSize); 90 data.memoryTap = 'Mmap ' + Utils.getByteWithUnit(malloc.heapSize); 98 data.max = malloc.heapSize; 102 data.maxStr = Utils.getByteWithUnit(malloc.heapSize);
|
| D | TabPaneNMemory.ts | 274 this.memoryTbl!.itemTextHandleMap.set('heapSize', (heapSize) => { 275 return getByteWithUnit(heapSize);
|
| D | TabPaneNMCallTree.ts | 164 if (merageBean.heapSize > maxDur) { 165 maxDur = merageBean.heapSize;
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 398 heap.heapsize = ne.heapSize; 401 heap.heapsize = 0 - ne.heapSize; 414 heap.heapsize = last.heapsize! + tempSize + ne.heapSize; 417 heap.heapsize = last.heapsize! + tempSize - ne.heapSize; 437 tempSize = tempSize + ne.heapSize; 440 tempSize = tempSize - ne.heapSize; 533 memory.heapSize = hook.heapSize; 535 memory.heapSizeUnit = getByteWithUnit(hook.heapSize); 647 stack.size += hook.heapSize; 662 stack.size = hook.heapSize; [all …]
|
| D | ProcedureLogicWorkerCommon.ts | 533 heapSize: number = 0;
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 517 nmHeapStruct.heapsize = ne.heapSize; 520 nmHeapStruct.heapsize = 0 - ne.heapSize; 533 nmHeapStruct.heapsize = last.heapsize! + nmTempSize + ne.heapSize; 536 nmHeapStruct.heapsize = last.heapsize! + nmTempSize - ne.heapSize; 556 nmTempSize = nmTempSize + ne.heapSize; 559 nmTempSize = nmTempSize - ne.heapSize; 700 stack.size += hook.heapSize; 715 stack.size = hook.heapSize; 746 return item.eventType == 'AllocEvent' && item.heapSize == selectionElement.max; 748 …return item.eventType == 'MmapEvent' && item.heapSize == selectionElement.max && item.subTypeId ==… [all …]
|
| D | ProcedureLogicWorkerCommon.ts | 561 heapSize: number = 0;
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.test.ts | 50 heapSize: 0, 77 heapSize: 0, 94 heapSize: 0,
|
| /developtools/hiperf/src/ |
| D | perf_events.cpp | 1178 size_t heapSize = MmapRecordHeap_.size(); in ReadRecordsFromMmaps() local 1179 while (heapSize > 1) { in ReadRecordsFromMmaps() 1180 std::pop_heap(MmapRecordHeap_.begin(), MmapRecordHeap_.begin() + heapSize, in ReadRecordsFromMmaps() 1182 MoveRecordToBuf(*MmapRecordHeap_[heapSize - 1]); in ReadRecordsFromMmaps() 1183 if (GetRecordFromMmap(*MmapRecordHeap_[heapSize - 1])) { in ReadRecordsFromMmaps() 1184 std::push_heap(MmapRecordHeap_.begin(), MmapRecordHeap_.begin() + heapSize, in ReadRecordsFromMmaps() 1187 heapSize--; in ReadRecordsFromMmaps()
|