aboutsummaryrefslogtreecommitdiff
path: root/android_bench_suite
diff options
context:
space:
mode:
authorBob Haarman <inglorion@chromium.org>2020-09-18 22:10:25 +0000
committerBob Haarman <inglorion@chromium.org>2020-09-25 21:40:50 +0000
commit4f7eb71f9fa78f8710e1deb57d441f51fa74af3b (patch)
treecdf32ec9d3d7232f8bc23690c28293799635afeb /android_bench_suite
parent8a9125c6e22cd83cbccc41434780e953890adeb1 (diff)
downloadtoolchain-utils-4f7eb71f9fa78f8710e1deb57d441f51fa74af3b.tar.gz
rephrase some language in code and comments
This rephrases some code and comments to avoid unclear and non-inclusive wording. For the remaining terms in unblocked_terms.txt, comments are added to explain why these terms are present in the code. BUG=chromium:1099035 TEST=repo hooks Change-Id: I985613d811836b6fb6351eadcf3e08a3290db97f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2419656 Tested-by: Bob Haarman <inglorion@chromium.org> Reviewed-by: Manoj Gupta (OoO) <manojgupta@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'android_bench_suite')
-rwxr-xr-xandroid_bench_suite/fix_skia_results.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/android_bench_suite/fix_skia_results.py b/android_bench_suite/fix_skia_results.py
index 8c919d35..bdab80a9 100755
--- a/android_bench_suite/fix_skia_results.py
+++ b/android_bench_suite/fix_skia_results.py
@@ -57,7 +57,8 @@ def _GetTimeMultiplier(label_name):
def _GetTimeDenom(ms):
- """Given a list of times (in milliseconds), find a sane time unit for them.
+ """Given a list of times (in milliseconds), find a time unit in which
+ they can all be expressed.
Returns the unit name, and `ms` normalized to that time unit.