Searched refs:totalBytes (Results 1 – 5 of 5) sorted by relevance
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMStatstics.ts | 116 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/ |
D | TabPaneNMStatstics.test.ts | 69 totalBytes: 1, 131 totalBytes: 20, 195 totalBytes: 21, 259 totalBytes: 90, 323 totalBytes: 23, 386 totalBytes: 3,
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | NativeHook.test.ts | 161 totalBytes: 0, 175 totalBytes: expect.any(Number),
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | NativeHook.ts | 67 totalBytes: number = 0; property in NativeHookStatisticsTableData
|
/developtools/smartperf_host/ide/test/base-ui/table/ |
D | LitTable.test.ts | 443 totalBytes: 641, 500 totalBytes: 622,
|