Searched refs:getPss (Results 1 – 6 of 6) sorted by relevance
38 assertEquals(19345, item.getPss(2964)); in testSingleProcLineWithSwapHasActivities()51 assertEquals(19345, item.getPss(2964)); in testSingleProcLineWithoutSwapHasActivities()65 assertEquals(19345, item.getPss(2964)); in testSingleProcLineWithoutSwapNoActivities()143 assertEquals(19345, item.getPss(2964)); in testMultipleLines()171 assertEquals(19345, item.getPss(2964)); in testSkipNonProcLines()
58 assertEquals((Integer) 33122, procrank.getPss(3247)); in testProcRankParserShortLine()91 assertEquals((Integer) 108431, procrank.getPss(6711)); in testProcRankParserLongLine()
78 proc.put(PSS_JSON_KEY, getPss(pid)); in toJson()137 public long getPss(int pid) { in getPss() method in CompactMemInfoItem
127 public Integer getPss(int pid) { in getPss() method in ProcrankItem
100 if (item.getName(pid).equals(process) && item.getPss(pid) > threshold) { in takeDumpheap()
211 Integer pss = procrank.getPss(pid); in parseProcRankMap()