aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2020-04-29 22:54:51 -0700
committerGeorge Burgess <gbiv@chromium.org>2020-05-01 18:46:34 +0000
commit22416832569728600cab98c5bd282c698ef21a7c (patch)
treee14b13a4d80030dd4941e36402741a38a40dce4a
parentb247364522f2f5dadac5e5afe44209c851f60264 (diff)
downloadtoolchain-utils-22416832569728600cab98c5bd282c698ef21a7c.tar.gz
crosperf: fix --help
This is a format string; without this, --help raises ValueError: unsupported format character ',' (0x2c) at index 311 BUG=None TEST=crosperf --help Change-Id: I5fbdb996888156f8a1531c2b140c3f734be7edff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2173547 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
-rw-r--r--crosperf/settings_factory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py
index 20ab2ad2..cfc40130 100644
--- a/crosperf/settings_factory.py
+++ b/crosperf/settings_factory.py
@@ -365,8 +365,8 @@ class GlobalSettings(Settings):
' data.\n'
'With 0 - do not run top.\n'
'NOTE: Running top with interval 1-5 sec has insignificant'
- ' performance impact (performance degradation does not exceed 0.3%,'
- ' measured on x86_64, ARM32, and ARM64).',
+ ' performance impact (performance degradation does not exceed'
+ ' 0.3%%, measured on x86_64, ARM32, and ARM64).',
required=False,
default=0))
self.AddField(