Searched refs:getBinaryByteWithUnit (Results 1 – 25 of 43) sorted by relevance
12
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsSample.ts | 95 smaps.swapStr = Utils.getBinaryByteWithUnit(smaps.swap); 96 smaps.rssStr = Utils.getBinaryByteWithUnit(smaps.rss); 97 smaps.pssStr = Utils.getBinaryByteWithUnit(smaps.pss); 98 smaps.sizeStr = Utils.getBinaryByteWithUnit(smaps.size); 99 smaps.sharedCleanStr = Utils.getBinaryByteWithUnit(smaps.sharedClean); 100 smaps.sharedDirtyStr = Utils.getBinaryByteWithUnit(smaps.sharedDirty); 101 smaps.privateCleanStr = Utils.getBinaryByteWithUnit(smaps.privateClean); 102 smaps.privateDirtyStr = Utils.getBinaryByteWithUnit(smaps.privateDirty); 103 smaps.swapPssStr = Utils.getBinaryByteWithUnit(smaps.swapPss);
|
| D | TabPaneSmapsStatistics.ts | 114 smapsTreeObj.sizeStr = Utils.getBinaryByteWithUnit(smapsTreeObj.size); 115 smapsTreeObj.rssStr = Utils.getBinaryByteWithUnit(smapsTreeObj.rss); 116 smapsTreeObj.pssStr = Utils.getBinaryByteWithUnit(smapsTreeObj.pss); 119 smapsTreeObj.sharedCleanStr = Utils.getBinaryByteWithUnit(smapsTreeObj.sharedClean); 120 smapsTreeObj.sharedDirtyStr = Utils.getBinaryByteWithUnit(smapsTreeObj.sharedDirty); 121 smapsTreeObj.privateCleanStr = Utils.getBinaryByteWithUnit(smapsTreeObj.privateClean); 122 smapsTreeObj.privateDirtyStr = Utils.getBinaryByteWithUnit(smapsTreeObj.privateDirty); 123 smapsTreeObj.swapStr = Utils.getBinaryByteWithUnit(smapsTreeObj.swap); 124 smapsTreeObj.swapPssStr = Utils.getBinaryByteWithUnit(smapsTreeObj.swapPss); 142 objTree.sizeStr = Utils.getBinaryByteWithUnit(smaps.size); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneDmaAbility.ts | 97 dmaItem.avgSizes = Utils.getBinaryByteWithUnit(Math.round(dmaItem.avgSize)); 98 dmaItem.minSizes = Utils.getBinaryByteWithUnit(dmaItem.minSize); 99 dmaItem.maxSizes = Utils.getBinaryByteWithUnit(dmaItem.maxSize); 101 … this.total.avgSizes = Utils.getBinaryByteWithUnit(Math.round(this.total.avgSize / data.length)); 102 this.total.minSizes = Utils.getBinaryByteWithUnit(this.total.minSize); 103 this.total.maxSizes = Utils.getBinaryByteWithUnit(this.total.maxSize);
|
| D | TabPaneGpuMemoryAbility.ts | 100 gpuMemoryItem.avgSizes = Utils.getBinaryByteWithUnit(Math.round(gpuMemoryItem.avgSize)); 101 gpuMemoryItem.minSizes = Utils.getBinaryByteWithUnit(gpuMemoryItem.minSize); 102 gpuMemoryItem.maxSizes = Utils.getBinaryByteWithUnit(gpuMemoryItem.maxSize); 104 … this.total.avgSizes = Utils.getBinaryByteWithUnit(Math.round(this.total.avgSize / data.length)); 105 this.total.minSizes = Utils.getBinaryByteWithUnit(this.total.minSize); 106 this.total.maxSizes = Utils.getBinaryByteWithUnit(this.total.maxSize);
|
| D | TabPanePurgTotalComparisonAbility.ts | 113 delta.purgActiveDelta = Utils.getBinaryByteWithUnit(data.value); 115 delta.purgInActiveDelta = Utils.getBinaryByteWithUnit(data.value); 117 delta.shmPurgTotalDelta = Utils.getBinaryByteWithUnit(data.value);
|
| D | TabPanePurgPinSelection.ts | 47 … purgePinSelectResults[i].value = Utils.getBinaryByteWithUnit(purgePinSelectResults[i].value); 61 results[i].value = Utils.getBinaryByteWithUnit(results[i].value);
|
| D | TabPanePurgTotalSelection.ts | 48 … purgeTotalSelectResults[i].value = Utils.getBinaryByteWithUnit(purgeTotalSelectResults[i].value); 64 results[i].value = Utils.getBinaryByteWithUnit(results[i].value);
|
| D | TabPaneNetworkAbility.ts | 98 …systemNetworkSummary.dataReceivedStr = Utils.getBinaryByteWithUnit(systemNetworkSummary.dataReceiv… 99 …systemNetworkSummary.dataReceivedSecStr = Utils.getBinaryByteWithUnit(systemNetworkSummary.dataRec… 100 … systemNetworkSummary.dataSendStr = Utils.getBinaryByteWithUnit(systemNetworkSummary.dataSend); 101 …systemNetworkSummary.dataSendSecStr = Utils.getBinaryByteWithUnit(systemNetworkSummary.dataSendSec…
|
| D | TabPanePurgPin.ts | 117 Utils.getBinaryByteWithUnit(avgPurgePinSize), 118 Utils.getBinaryByteWithUnit(maxPurgePinSize), 119 Utils.getBinaryByteWithUnit(minPurgePinSize)
|
| D | TabPanePurgTotal.ts | 110 Utils.getBinaryByteWithUnit(avgSize), 111 Utils.getBinaryByteWithUnit(maxSize), 112 Utils.getBinaryByteWithUnit(minSize)
|
| D | TabPanePurgPinComparisonAbility.ts | 114 delta.purgPinedDelta = Utils.getBinaryByteWithUnit(data.value); 116 delta.shmPurgPinDelta = Utils.getBinaryByteWithUnit(data.value);
|
| D | TabPaneGpuMemorySelectAbility.ts | 80 item.sizes = Utils.getBinaryByteWithUnit(item.size);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneGpuMemoryVmTracker.ts | 88 item.avgSizes = Utils.getBinaryByteWithUnit(Math.round(item.avgSize)); 89 item.minSizes = Utils.getBinaryByteWithUnit(item.minSize); 90 item.maxSizes = Utils.getBinaryByteWithUnit(item.maxSize); 92 … this.total.avgSizes = Utils.getBinaryByteWithUnit(Math.round(this.total.avgSize / data.length)); 93 this.total.minSizes = Utils.getBinaryByteWithUnit(this.total.minSize); 94 this.total.maxSizes = Utils.getBinaryByteWithUnit(this.total.maxSize);
|
| D | TabPaneVmTrackerShm.ts | 65 filter.sumSizeStr = Utils.getBinaryByteWithUnit(filter.sum); 66 filter.avgSizeStr = Utils.getBinaryByteWithUnit(filter.avg); 67 filter.minSizeStr = Utils.getBinaryByteWithUnit(filter.min); 68 filter.maxSizeStr = Utils.getBinaryByteWithUnit(filter.max);
|
| D | TabPaneDmaVmTracker.ts | 80 item.avgSizes = Utils.getBinaryByteWithUnit(Math.round(item.avgSize)); 81 item.minSizes = Utils.getBinaryByteWithUnit(item.minSize); 82 item.maxSizes = Utils.getBinaryByteWithUnit(item.maxSize);
|
| D | TabPanePurgTotalComparisonVM.ts | 113 deltas.purgSumDelta = Utils.getBinaryByteWithUnit(data.value); 115 deltas.shmPurgDelta = Utils.getBinaryByteWithUnit(data.value);
|
| D | TabPanePurgPinComparisonVM.ts | 108 delta.purgPinDelta = Utils.getBinaryByteWithUnit(data.value); 110 delta.shmPurgPinDelta = Utils.getBinaryByteWithUnit(data.value);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/ |
| D | TabPaneGpuClickSelect.ts | 79 sizeStr: Utils.getBinaryByteWithUnit(item.size), 84 windowGroup.sizeStr = Utils.getBinaryByteWithUnit(windowGroup.size); 88 moduleGroup.sizeStr = Utils.getBinaryByteWithUnit(moduleGroup.size); 95 sizeStr: Utils.getBinaryByteWithUnit(item.size), 104 sizeStr: Utils.getBinaryByteWithUnit(item.size), 109 sizeStr: Utils.getBinaryByteWithUnit(item.size),
|
| D | TabPaneGpuWindowBoxSelect.ts | 71 it.avgSizeStr = Utils.getBinaryByteWithUnit(it.avgSize); 72 it.minSizeStr = Utils.getBinaryByteWithUnit(it.minSize); 73 it.maxSizeStr = Utils.getBinaryByteWithUnit(it.maxSize);
|
| D | TabPaneGpuTotalBoxSelect.ts | 70 it.avgSizeStr = Utils.getBinaryByteWithUnit(it.avgSize); 71 it.minSizeStr = Utils.getBinaryByteWithUnit(it.minSize); 72 it.maxSizeStr = Utils.getBinaryByteWithUnit(it.maxSize);
|
| D | TabPaneGpuGL.ts | 61 it.sizeStr = Utils.getBinaryByteWithUnit(it.size);
|
| D | TabPaneGraph.ts | 62 it.sizeStr = Utils.getBinaryByteWithUnit(it.size);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | Utils.test.ts | 120 expect(Utils.getBinaryByteWithUnit(0)).toBe('0Bytes'); 124 expect(Utils.getBinaryByteWithUnit(3_000_000_000)).toBe('2.79GB'); 128 expect(Utils.getBinaryByteWithUnit(2_000_000)).toBe('1.91MB'); 132 expect(Utils.getBinaryByteWithUnit(2_000)).toBe('1.95KB'); 236 expect(Utils.getBinaryByteWithUnit(1)).toBe('1.00Bytes');
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFilesystemStatistics.ts | 82 logicalWrites: Utils.getBinaryByteWithUnit(item.logicalWrites), 83 logicalReads: Utils.getBinaryByteWithUnit(item.logicalReads), 84 otherFile: Utils.getBinaryByteWithUnit(item.otherFile),
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 78 this.applySizeFormat = Utils.getBinaryByteWithUnit(this.applySize); 79 this.releaseSizeFormat = Utils.getBinaryByteWithUnit(this.releaseSize); 80 this.existSizeFormat = Utils.getBinaryByteWithUnit(this.existSize); 991 other.existSizeFormat = Utils.getBinaryByteWithUnit(other.existSize); 992 other.applySizeFormat = Utils.getBinaryByteWithUnit(other.applySize); 993 other.releaseSizeFormat = Utils.getBinaryByteWithUnit(other.releaseSize); 1160 existSizeFormat: Utils.getBinaryByteWithUnit(this.currentLevelExistSize), 1164 releaseSizeFormat: Utils.getBinaryByteWithUnit(this.currentLevelReleaseSize), 1168 applySizeFormat: Utils.getBinaryByteWithUnit(this.currentLevelApplySize),
|
12