Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: bench/nanobench.cpp

Issue 758853004: Don't upload metrics we don't want to track. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/nanobench.cpp
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
index a64cbcaf1f7ea75e230f56ff257319460e0c4cd8..5e8bd50c0c895f356d7ab8fb44661257012a7909 100644
--- a/bench/nanobench.cpp
+++ b/bench/nanobench.cpp
@@ -733,10 +733,6 @@ int nanobench_main() {
}
#endif
log->metric("min_ms", stats.min);
- log->metric("median_ms", stats.median);
- log->metric("mean_ms", stats.mean);
- log->metric("max_ms", stats.max);
- log->metric("stddev_ms", sqrt(stats.var));
if (runs++ % FLAGS_flushEvery == 0) {
log->flush();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698