Add --output-dir flag for page_runner.py to specify a custom directory for
commit2a859c8f48b40d7bc443812e6cf760f10e0d22ba
authorariblue <ariblue@google.com>
Wed, 1 Oct 2014 23:54:26 +0000 (1 16:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Oct 2014 23:54:46 +0000 (1 23:54 +0000)
tree565347677ab431737a28f9df3ca80cd7492fe7f2
parenta3f2d3f6819d1a6709a5a4d8fc62321e478bcc9f
Add --output-dir flag for page_runner.py to specify a custom directory for
output profiling and results data.

Motivation behind this flag: I've run into a bug where a run on a local device
and a run on the try bots are showing different versions of the page. I wanted
to use the android_screen_recorder_profiler.py to record the try bot version
and see what it is actually showing. However, it currently tries to output the
video to a temporary directory in /tmp (which I do not have permission to write
to).

BUG=

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

Cr-Commit-Position: refs/heads/master@{#297740}
tools/telemetry/telemetry/page/page_runner.py
tools/telemetry/telemetry/results/results_options.py