aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/settings_factory.py')
-rw-r--r--crosperf/settings_factory.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py
index 7f6ac000..95ceb0fd 100644
--- a/crosperf/settings_factory.py
+++ b/crosperf/settings_factory.py
@@ -27,6 +27,7 @@ class BenchmarkSettings(Settings):
description="The percentage of highest/lowest "
"values to omit when computing the average."))
self.AddField(ListField("profile_counters",
+ default=["cycles"],
description="A list of profile counters to "
"collect."))
self.AddField(EnumField("profile_type",
@@ -80,6 +81,7 @@ class GlobalSettings(Settings):
"the chromeos checkout which contains the "
"chromeos_image."))
self.AddField(ListField("profile_counters",
+ default=["cycles"],
description="A list of profile counters to "
"collect."))
self.AddField(EnumField("profile_type",