History log of /external/toolchain-utils/cros_utils/tabulator.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f6ef4395fe1896ba68c80e52cb24763b0fcfe7f8 07-Apr-2017 Caroline Tice <cmtice@google.com> [toolchain-utils] Fix remaining lint errors in toolchain-utils.

In addition to fixing the lint errors, this also fixes the Python
formatting issues (ran tc_pyformat on nearly all the files).

BUG=chromium:570450
TEST=Ran all crosperf & bisect tool unit tests.
Ran afe_lock_machine.py (check machine status)
Ran full crosperf test (octane, speedometer, BootPerf) on alex.

Change-Id: Ic86f9192801ac67769f3de30f1c5f0d203ce0831
Reviewed-on: https://chromium-review.googlesource.com/471886
Commit-Ready: Caroline Tice <cmtice@chromium.org>
Tested-by: Caroline Tice <cmtice@chromium.org>
Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
/external/toolchain-utils/cros_utils/tabulator.py
0c023884a22be7135a17ba950833fb957b741990 15-Sep-2016 Yunlian Jiang <yunlian@google.com> toolchain-utils: remove colortrans.py

This removes colortrans.py from cros_utils. We add a single
function inside misc.py instead.

BUG=chromium:647308
TEST=crosperf still works, the color text is shown on terminal.

Change-Id: I1871bd2c57608f59ded6a8cf720c52cb2c07c3ff
Reviewed-on: https://chrome-internal-review.googlesource.com/287538
Commit-Ready: Yunlian Jiang <yunlian@google.com>
Tested-by: Yunlian Jiang <yunlian@google.com>
Reviewed-by: Luis Lozano <llozano@chromium.org>
/external/toolchain-utils/cros_utils/tabulator.py
1ced193baabbf6d6aa1aa3913bcff714e5ae376d 23-Aug-2016 Yunlian Jiang <yunlian@chromium.org> crosperf: fix telemetry results parsing.

New telemetry results provide multiple values for a single key.
This CL uses the average value to make crosperf work.

BUG=chromium:639896
TEST=run crosperf with 2 iterations of speedometer.

Change-Id: I32e7a00a57dbbe995915af0c32918f1d680ae484
Reviewed-on: https://chrome-internal-review.googlesource.com/279057
Commit-Ready: Yunlian Jiang <yunlian@google.com>
Tested-by: Yunlian Jiang <yunlian@google.com>
Reviewed-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/cros_utils/tabulator.py
882e707d7e4f63c8e64fa554e77303c4800258c7 16-Aug-2016 Caroline Tice <cmtice@google.com> [crosperf] Fix telemetry results parsing.

Many telemetry results fields now contain multiple values. This CL
fixes crosperf to accomodate that.

BUG=None
TEST=Ran crosperf with change and it worked.

Change-Id: Iccb8926223c8447b72d51f413756f5dbc09f89de
Reviewed-on: https://chrome-internal-review.googlesource.com/276817
Commit-Ready: Caroline Tice <cmtice@google.com>
Tested-by: Caroline Tice <cmtice@google.com>
Reviewed-by: Luis Lozano <llozano@chromium.org>
/external/toolchain-utils/cros_utils/tabulator.py
a8af9a7a2462b00e72deff99327bdb452a715277 20-Jul-2016 Caroline Tice <cmtice@google.com> [toolchain-utils] Finish switching utils/ to cros_utils/.

This CL finishes switching the subdirectory from 'utils' to
'cros_utils'. It changes all the remaining import statements to
use 'cros_utils'; it removes the 'cros_utils' symlink, and it
renames the 'utils' subdirectory to 'cros_utils'.

BUG=chromium:568195
TEST=ran crosperf & binary search tool unittests.

Change-Id: I7427f8bfb2ddac3a4b6108e46782039059684382
Reviewed-on: https://chrome-internal-review.googlesource.com/270396
Commit-Ready: Caroline Tice <cmtice@google.com>
Tested-by: Caroline Tice <cmtice@google.com>
Reviewed-by: Cassidy Burden <cburden@google.com>
Reviewed-by: Luis Lozano <llozano@chromium.org>
/external/toolchain-utils/cros_utils/tabulator.py