Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
dominikg@chromium.org 1fdc0ea16e Telemetry: Don't use scientific notation for floats when printing results.
When parsing results for the dashboard we don't expect any letters (such as the
'e' in scientific notation) in the string of values. This CL makes sure we don't
use scientific notation for printing floats.

BUG=318093

Review URL: https://codereview.chromium.org/71543002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@234829 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-13 16:23:37 +00:00
rmcilroy@chromium.org b22428de60 Telemetry: Check in PrintPerfResult that the flattened list is also non-zero.
BUG=304335

Review URL: https://codereview.chromium.org/25999004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227271 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-07 11:47:00 +00:00
bulach@chromium.org c1a6baa697 Perf scripts: improves PrintPerfResult documentation.
No functional changes, just add a bit more info about the parameters.

BUG=

Review URL: https://codereview.chromium.org/25634008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226827 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-03 20:10:57 +00:00
bulach@chromium.org fab1add99a Android / Telemetry: final cleanup on perf_tests_helper.
This module has moved to build/util/lib/common.
Fix up remaining references and remove the old file.
Also, bring up a tiny change that went on the old module (units for histogram).

BUG=

Review URL: https://codereview.chromium.org/24253006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@225532 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-26 19:19:22 +00:00
bulach@chromium.org 68fbba6e0a Android: splits cache_control and perf_control.
Second step towards deprecating "perf_tests_helper.py"
towards more meaningful modules.
Also move thermal_throttle.py into perf/ and some
other minor cleanup.

BUG=

Review URL: https://chromiumcodereview.appspot.com/23681011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@223606 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 13:52:42 +00:00
rschoen@google.com ad594a9a0f Copy perf_tests_helper.py into build/util/lib
Sorry for the delay on this one. Based off advice in https://codereview.chromium.org/22754003. Just a simple copy of the file, and removing the (seemingly unnecessary?) import of android_commands.

Will remove dependencies on old one as part of above mentioned patch.

Review URL: https://chromiumcodereview.appspot.com/23578019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@223190 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 00:53:33 +00:00
skyostil@chromium.org 31a36bca7c Android: support glob-style gtest filters with content browser tests
This patch makes it possible to use glob-style gtest filters with
the content browser tests. An example of such a filter is
WebGLConformanceTest.*, which should cause all the WebGL conformance
tests to be run.

Previously the gtest filter was passed directly to the test executable,
causing it to run all matching tests successively in the same process.
Normally this would be fine, but with content browsertests we must run
each test in a fresh process to avoid issues with double initialization.

The fix is to expand the filter to a flat list of tests in the test
dispatcher. After this, the tests are sharded and run in exactly the
same way as when no gtest filter is provided.

BUG=138226

Review URL: https://chromiumcodereview.appspot.com/14882007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@204680 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-07 00:50:14 +00:00