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

Unified Diff: testing/perf/perf_test.cc

Issue 56573002: cc: Only report calc_draw_props_count. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stray diff Created 7 years, 1 month 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 | « testing/perf/perf_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/perf/perf_test.cc
diff --git a/testing/perf/perf_test.cc b/testing/perf/perf_test.cc
index fd39f87916571b6c67cfe5e1a267bd524b8cb2a0..0d5abc01cbbb072d454c110d0dd32b70f7a1c1bd 100644
--- a/testing/perf/perf_test.cc
+++ b/testing/perf/perf_test.cc
@@ -63,6 +63,22 @@ void PrintResult(const std::string& measurement,
important);
}
+void PrintResult(const std::string& measurement,
+ const std::string& modifier,
+ const std::string& trace,
+ double value,
+ const std::string& units,
+ bool important) {
+ PrintResultsImpl(measurement,
+ modifier,
+ trace,
+ base::DoubleToString(value),
+ std::string(),
+ std::string(),
+ units,
+ important);
+}
+
void AppendResult(std::string& output,
const std::string& measurement,
const std::string& modifier,
« no previous file with comments | « testing/perf/perf_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698