Home
last modified time | relevance | path

Searched refs:getBinaryByteWithUnit (Results 1 – 25 of 43) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsSample.ts95 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);
DTabPaneSmapsStatistics.ts114 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/
DTabPaneDmaAbility.ts97 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);
DTabPaneGpuMemoryAbility.ts100 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);
DTabPanePurgTotalComparisonAbility.ts113 delta.purgActiveDelta = Utils.getBinaryByteWithUnit(data.value);
115 delta.purgInActiveDelta = Utils.getBinaryByteWithUnit(data.value);
117 delta.shmPurgTotalDelta = Utils.getBinaryByteWithUnit(data.value);
DTabPanePurgPinSelection.ts47 … purgePinSelectResults[i].value = Utils.getBinaryByteWithUnit(purgePinSelectResults[i].value);
61 results[i].value = Utils.getBinaryByteWithUnit(results[i].value);
DTabPanePurgTotalSelection.ts48 … purgeTotalSelectResults[i].value = Utils.getBinaryByteWithUnit(purgeTotalSelectResults[i].value);
64 results[i].value = Utils.getBinaryByteWithUnit(results[i].value);
DTabPaneNetworkAbility.ts98 …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…
DTabPanePurgPin.ts117 Utils.getBinaryByteWithUnit(avgPurgePinSize),
118 Utils.getBinaryByteWithUnit(maxPurgePinSize),
119 Utils.getBinaryByteWithUnit(minPurgePinSize)
DTabPanePurgTotal.ts110 Utils.getBinaryByteWithUnit(avgSize),
111 Utils.getBinaryByteWithUnit(maxSize),
112 Utils.getBinaryByteWithUnit(minSize)
DTabPanePurgPinComparisonAbility.ts114 delta.purgPinedDelta = Utils.getBinaryByteWithUnit(data.value);
116 delta.shmPurgPinDelta = Utils.getBinaryByteWithUnit(data.value);
DTabPaneGpuMemorySelectAbility.ts80 item.sizes = Utils.getBinaryByteWithUnit(item.size);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneGpuMemoryVmTracker.ts88 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);
DTabPaneVmTrackerShm.ts65 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);
DTabPaneDmaVmTracker.ts80 item.avgSizes = Utils.getBinaryByteWithUnit(Math.round(item.avgSize));
81 item.minSizes = Utils.getBinaryByteWithUnit(item.minSize);
82 item.maxSizes = Utils.getBinaryByteWithUnit(item.maxSize);
DTabPanePurgTotalComparisonVM.ts113 deltas.purgSumDelta = Utils.getBinaryByteWithUnit(data.value);
115 deltas.shmPurgDelta = Utils.getBinaryByteWithUnit(data.value);
DTabPanePurgPinComparisonVM.ts108 delta.purgPinDelta = Utils.getBinaryByteWithUnit(data.value);
110 delta.shmPurgPinDelta = Utils.getBinaryByteWithUnit(data.value);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.ts79 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),
DTabPaneGpuWindowBoxSelect.ts71 it.avgSizeStr = Utils.getBinaryByteWithUnit(it.avgSize);
72 it.minSizeStr = Utils.getBinaryByteWithUnit(it.minSize);
73 it.maxSizeStr = Utils.getBinaryByteWithUnit(it.maxSize);
DTabPaneGpuTotalBoxSelect.ts70 it.avgSizeStr = Utils.getBinaryByteWithUnit(it.avgSize);
71 it.minSizeStr = Utils.getBinaryByteWithUnit(it.minSize);
72 it.maxSizeStr = Utils.getBinaryByteWithUnit(it.maxSize);
DTabPaneGpuGL.ts61 it.sizeStr = Utils.getBinaryByteWithUnit(it.size);
DTabPaneGraph.ts62 it.sizeStr = Utils.getBinaryByteWithUnit(it.size);
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DUtils.test.ts120 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/
DTabPaneFilesystemStatistics.ts82 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/
DTabPaneNMStatisticAnalysis.ts78 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