[Telemetry] Add file handle & trace value.
commitd239c1bec380fd3efd779e755caf9caf25fe154f
authornednguyen <nednguyen@google.com>
Tue, 28 Oct 2014 03:53:15 +0000 (27 20:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Oct 2014 03:53:29 +0000 (28 03:53 +0000)
tree44e265685b38b0139f3f134ff28e60872c1a4f45
parentc119b2a9a2f586ff478b30e55215df27a2506a97
[Telemetry] Add file handle & trace value.
Modify json_output_formatter to include trace values in the result output.

This is a partial land of Ethan's patch in https://codereview.chromium.org/545523002/.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#301558}
12 files changed:
tools/perf/measurements/smoothness_controller.py
tools/telemetry/telemetry/results/json_output_formatter.py
tools/telemetry/telemetry/results/json_output_formatter_unittest.py
tools/telemetry/telemetry/results/page_test_results.py
tools/telemetry/telemetry/results/results_options.py
tools/telemetry/telemetry/util/file_handle.py [new file with mode: 0644]
tools/telemetry/telemetry/util/file_handle_unittest.py [new file with mode: 0644]
tools/telemetry/telemetry/value/__init__.py
tools/telemetry/telemetry/value/trace.py [new file with mode: 0644]
tools/telemetry/telemetry/value/trace_unittest.py [new file with mode: 0644]
tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py