Searched defs:percent (Results 1 – 2 of 2) sorted by relevance
36 double percent = total > 0 ? 100.0 * Value() / total : 0; in Dump() local
32 private static void display(String description, long percent) { in display()