Home
last modified time | relevance | path

Searched refs:totalBytes (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts116 data.totalBytes = malloc.allocByte;
121 data.totalBytesString = Utils.getByteWithUnit(data.totalBytes);
123 data.existingValue = [data.existing, data.totalBytes, this.allMax];
145 data.totalBytes = sub.allocByte;
150 data.totalBytesString = Utils.getByteWithUnit(data.totalBytes);
152 data.existingValue = [data.existing, data.totalBytes, this.allMax];
201 data.totalBytes += hook.allocByte;
212 data.existing = data.totalBytes - data.freeByte;
215 data.totalBytesString = Utils.getByteWithUnit(data.totalBytes);
217 data.existingValue = [data.existing, data.totalBytes, this.allMax];
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.test.ts69 totalBytes: 1,
131 totalBytes: 20,
195 totalBytes: 21,
259 totalBytes: 90,
323 totalBytes: 23,
386 totalBytes: 3,
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts161 totalBytes: 0,
175 totalBytes: expect.any(Number),
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts67 totalBytes: number = 0; property in NativeHookStatisticsTableData
/developtools/smartperf_host/ide/test/base-ui/table/
DLitTable.test.ts443 totalBytes: 641,
500 totalBytes: 622,