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

Unified Diff: cc/ipc/cc_serialization_perftest.cc

Issue 2936723003: cc_perftests: Annotate some metrics as runs/s. (Closed)
Patch Set: Created 3 years, 6 months 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: cc/ipc/cc_serialization_perftest.cc
diff --git a/cc/ipc/cc_serialization_perftest.cc b/cc/ipc/cc_serialization_perftest.cc
index 85a03a0e68096ebb316aba85732db28c8ca27dd9..51e278695a6f455a10b4187f866622751730039e 100644
--- a/cc/ipc/cc_serialization_perftest.cc
+++ b/cc/ipc/cc_serialization_perftest.cc
@@ -89,7 +89,7 @@ class CCSerializationPerfTest : public testing::Test {
single_sqs == UseSingleSharedQuadState::YES
? "_per_render_pass_shared_quad_state"
: "_per_quad_shared_quad_state",
- test_name, count, "", true);
+ test_name, count, "runs/s", true);
}
static void RunSerializationTestParamTraits(
@@ -133,7 +133,7 @@ class CCSerializationPerfTest : public testing::Test {
single_sqs == UseSingleSharedQuadState::YES
? "_per_render_pass_shared_quad_state"
: "_per_quad_shared_quad_state",
- test_name, count, "", true);
+ test_name, count, "runs/s", true);
}
static void RunDeserializationTestStructTraits(
@@ -180,7 +180,7 @@ class CCSerializationPerfTest : public testing::Test {
single_sqs == UseSingleSharedQuadState::YES
? "_per_render_pass_shared_quad_state"
: "_per_quad_shared_quad_state",
- test_name, count, "", true);
+ test_name, count, "runs/s", true);
}
static void RunSerializationTestStructTraits(
@@ -224,7 +224,7 @@ class CCSerializationPerfTest : public testing::Test {
single_sqs == UseSingleSharedQuadState::YES
? "_per_render_pass_shared_quad_state"
: "_per_quad_shared_quad_state",
- test_name, count, "", true);
+ test_name, count, "runs/s", true);
}
static void RunComplexCompositorFrameTest(const std::string& test_name) {
« 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