Searched refs:total_uss (Results 1 - 1 of 1) sorted by relevance

/system/extras/procrank/
H A Dprocrank.c124 unsigned long total_uss; local
229 total_uss = 0;
242 total_uss += procs[i]->usage.uss;
271 "", "", total_pss / 1024, total_uss / 1024, "TOTAL");
276 "", "", "", total_pss / 1024, total_uss / 1024, "TOTAL");

Completed in 69 milliseconds