Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dstats-inl.h36 double percent = total > 0 ? 100.0 * Value() / total : 0; in Dump() local
/art/tools/ahat/src/main/com/android/ahat/
DAsciiProgress.java32 private static void display(String description, long percent) { in display()