Home
last modified time | relevance | path

Searched refs:cumulative (Results 1 – 2 of 2) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java107 int cumulative = 0; in plotAscii() local
112 cumulative += entry.getValue(); in plotAscii()
136 cumulative * 100f / total) .getBytes()); in plotAscii()
/tools/dexter/slicer/export/slicer/
Dchronometer.h29 explicit Chronometer(double& elapsed, bool cumulative = false) :
30 elapsed_(elapsed), cumulative_(cumulative) { in elapsed_()