Searched refs:systemMemorySummary (Results 1 – 3 of 3) sorted by relevance
72 toMemoryAbilityArray(systemMemorySummary: SystemMemorySummary): any[] {74 array.push(systemMemorySummary.startTimeStr);75 array.push(systemMemorySummary.durationStr);76 array.push(systemMemorySummary.memoryTotal);77 array.push(systemMemorySummary.cached);78 array.push(systemMemorySummary.swapTotal);118 let systemMemorySummary = new SystemMemorySummary(); variable119 systemMemorySummary.startTimeStr = (item.startTime - startTime <= 0) ? '0:000.000.000'121 systemMemorySummary.durationNumber = (lastTime !== 0) ? item.startTime - lastTime : 0;122 …systemMemorySummary.durationStr = (lastTime !== 0) ? Utils.getDurString(systemMemorySummary.durati…[all …]
36 let systemMemorySummary = new SystemMemorySummary(); variable262 systemMemorySummary = {280 expect(systemMemorySummary).not.toBeUndefined();281 expect(systemMemorySummary).toMatchInlineSnapshot(
93 const systemMemorySummary = [ constant101 expect(tabPaneMemoryAbility.toMemoryAbilityArray(systemMemorySummary)).not.toBeUndefined();