Searched refs:stdev (Results 1 – 4 of 4) sorted by relevance
72 TextView stdev = new TextView(context); in addBenchmark() local76 stdev.setText(""); in addBenchmark()80 stdev.setText(""); in addBenchmark()84 stdev.setText(String.format("%.3f", resultStdev / 1e6)); in addBenchmark()90 mBenchmarkList.addView(stdev); in addBenchmark()
65 (mean, stdev) -> { in runBenchmarks()66 out.printf("%s,%.0f,%.0f\n", benchmarkNames.get(i), mean, stdev); in runBenchmarks()
50 void onResult(double mean, double stdev); in onResult() argument
609 def stdev(data, xbar=None): function