Home | History | Annotate | Download | only in tests

Lines Matching refs:total

81     ProcrankProto::Process* total = expected.mutable_summary()->mutable_total();
82 total->set_pss(1201993);
83 total->set_uss(935300);
84 total->set_swap(88164);
85 total->set_pswap(31069);
86 total->set_uswap(27612);
87 total->set_zswap(6826);
88 total->set_cmdline("TOTAL");
91 ->set_raw_text("6828K physical used for 31076K in swap (524284K total swap)");
93 ->set_raw_text("3843972K total, 281424K free, 116764K buffers, 1777452K cached, 1136K shmem, 217916K slab");
125 ProcrankProto::Process* total = expected.mutable_summary()->mutable_total();
126 total->set_pss(1201993);
127 total->set_uss(935300);
128 total->set_cmdline("TOTAL");
131 ->set_raw_text("3843972K total, 281424K free, 116764K buffers, 1777452K cached, 1136K shmem, 217916K slab");