Home
last modified time | relevance | path

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

/frameworks/base/startop/apps/test/src/
DSystemServerBenchmarks.java209 double resultStdev = 0; in runBenchmarkInBackground() local
225 resultStdev += elapsedVariance * ((double) elapsed - resultMean); in runBenchmarkInBackground()
231 resultStdev = Math.sqrt(resultStdev / (count - 1)); in runBenchmarkInBackground()
238 reporter.onResult(resultMean, resultStdev); in runBenchmarkInBackground()
DInteractiveMicrobenchmarkActivity.java82 SystemServerBenchmarks.runBenchmarkInBackground(thunk, (resultMean, resultStdev) -> { in addBenchmark()
84 stdev.setText(String.format("%.3f", resultStdev / 1e6)); in addBenchmark()