commit | e6fcfd773f0bdd0d368ab0f241e2a70d676cbee8 | [log] [tgz] |
---|---|---|
author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Oct 23 13:04:41 2015 +0200 |
committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Oct 23 13:04:41 2015 +0200 |
tree | fe5489c068cbdbcd03d1a498dbb5d3c6774c3b49 | |
parent | ef8db9e344aadd06d7ab9f218e7702eb0ac81b74 [diff] |
mojo_benchmark: improve recording the chart data for perf dashboard. This patch: - adds the neccessary metadata to `chart_data` being recorded - records individual `chart_data` for individual benchmarks (so that all measurements won't be tracked on one collective chart) - fixes an import error introduced in 64736fae560422778d97e5e747458e34697cd24e R=etiennej@chromium.org Review URL: https://codereview.chromium.org/1412113003 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 7615d79003f86ad1958e4a0c2d9a613d01a50569
Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.
git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
mojo_run
- documentation - shell runnermojo_debug
- documentation - debuggermojo_test
- apptest runnermojo_benchmark
- documentation - perf test runnerAdditionally, remote_adb_setup
script helps to configure adb on a remote machine to communicate with a device attached to a local machine, forwarding the ports used by mojo_run
.
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.