Index: testing/perf/perf_test.h |
diff --git a/testing/perf/perf_test.h b/testing/perf/perf_test.h |
index 45052024b7ff1e31bedc0003cbf021ecbb7ada3b..36e2916c5f506e186bc8d0e19eec21198587d5d4 100644 |
--- a/testing/perf/perf_test.h |
+++ b/testing/perf/perf_test.h |
@@ -28,6 +28,12 @@ void PrintResult(const std::string& measurement, |
size_t value, |
const std::string& units, |
bool important); |
+void PrintResult(const std::string& measurement, |
+ const std::string& modifier, |
+ const std::string& trace, |
+ double value, |
+ const std::string& units, |
+ bool important); |
void AppendResult(std::string& output, |
const std::string& measurement, |