Home
last modified time | relevance | path

Searched refs:getBinaryKBWithUnit (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneMemoryAbility.ts134 systemMemorySummary[key] = Utils.getBinaryKBWithUnit(Number(memorys[i]));
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpAbilityMonitorChart.ts54 maxByteName = Utils.getBinaryKBWithUnit(maxByte);
365 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…
416 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…
467 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DUtils.ts318 public static getBinaryKBWithUnit(kbytes: number): string { method in Utils