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

Unified Diff: testing/perf/perf_test.h

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 | « cc/trees/layer_tree_host_perftest.cc ('k') | testing/perf/perf_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/trees/layer_tree_host_perftest.cc ('k') | testing/perf/perf_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698