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, |