aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings_factory.py
diff options
context:
space:
mode:
authorAhmad Sharif <asharif@chromium.org>2012-05-18 10:59:51 -0700
committerAhmad Sharif <asharif@chromium.org>2012-05-18 10:59:51 -0700
commit5ae8a5c99e73be7f388f74551d5219cb676f8e41 (patch)
treeba9ea7ce4ff5795f0f387b64c442777a0e954f56 /crosperf/settings_factory.py
parentee988c87971c07b7e6767adb63d151ea37e363f2 (diff)
downloadtoolchain-utils-5ae8a5c99e73be7f388f74551d5219cb676f8e41.tar.gz
Synced repos to: 60588
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",