Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java214 nsToMs(getDuration()), in toString()
216 nsToMs(getAvgFrameTime()), getAvgFPS(), in toString()
217 nsToMs(getMaxFrameTime()), in toString()
218 nsToMs(getMinFrameTime()), in toString()
219 nsToMs(get90thPercentile()), in toString()
220 nsToMs(get95thPercentile()), in toString()
221 nsToMs(get99thPercentile()), in toString()
347 private static double nsToMs(long value) { in nsToMs() method in LoopSummary
351 private static double nsToMs(double value) { in nsToMs() method in LoopSummary