Searched refs:resultStdev (Results 1 – 2 of 2) sorted by relevance
209 double resultStdev = 0; in runBenchmarkInBackground() local225 resultStdev += elapsedVariance * ((double) elapsed - resultMean); in runBenchmarkInBackground()231 resultStdev = Math.sqrt(resultStdev / (count - 1)); in runBenchmarkInBackground()238 reporter.onResult(resultMean, resultStdev); in runBenchmarkInBackground()
82 SystemServerBenchmarks.runBenchmarkInBackground(thunk, (resultMean, resultStdev) -> { in addBenchmark()84 stdev.setText(String.format("%.3f", resultStdev / 1e6)); in addBenchmark()