Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4004)

Unified Diff: apps/benchmark/README.md

Issue 1347063002: Teach `benchmark.mojo` to save the collected trace file to disk. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | apps/benchmark/benchmark_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/benchmark/README.md
diff --git a/apps/benchmark/README.md b/apps/benchmark/README.md
index a8f6563d270d7ae2aa44ea11cd031906e2194b5a..10da93e7c3936a9ef9a1ac9df881d20456f4d6e3 100644
--- a/apps/benchmark/README.md
+++ b/apps/benchmark/README.md
@@ -8,12 +8,17 @@ ecosystem](../../mojo/services/tracing/public/interfaces/tracing.mojom).
## Arguments
-The benchmarking app expects the following arguments:
+The benchmarking app **requires** the following arguments:
- `--app=<app_url>` - url of the application to be benchmarked
- `--duration=<duration_seconds>` - duration of the benchmark in seconds
-any other arguments are assumed to be descriptions of measurements to be
+The following arguments are **optional**:
+
+ - `--trace-output=<output_file_path>` - local file path at which the collected trace
+ will be written
+
+Any other arguments are assumed to be descriptions of measurements to be
conducted on the collected trace data. Each measurement has to be of form:
`<measurement_type>/<trace_event_category>/<trace_event_name>`.
@@ -28,4 +33,4 @@ The following measurement types are available:
Devtools offers [a helper script](../../mojo/devtools/common/mojo_benchmark)
allowing to run a list of benchmarks in controlled caching conditions, both
-on Linux and Android.
+on **Android** and **Linux**.
« no previous file with comments | « no previous file | apps/benchmark/benchmark_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698