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

Unified Diff: mojo/devtools/common/mojo_benchmark

Issue 1394963002: Adds a couple more measures to the benchmarking app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « examples/dart/mojo_rtt_benchmark/lib/main.dart ('k') | mojo/tools/data/rtt_benchmarks » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/mojo_benchmark
diff --git a/mojo/devtools/common/mojo_benchmark b/mojo/devtools/common/mojo_benchmark
index 476b8e3449a0d6d501ec99ea9d51dd70bbdecfdf..e0ffff0a82925b1de2b96c44d4d6dfa27a57c624 100755
--- a/mojo/devtools/common/mojo_benchmark
+++ b/mojo/devtools/common/mojo_benchmark
@@ -36,6 +36,8 @@ Available measurement types are:
- 'time_until' - time until the first occurence of the targeted event
- 'avg_duration' - average duration of the targeted event
+ - 'percentile_duration' - value at XXth percentile of the targeted event where
+ XX is from the measurement spec, i.e. .../<event name>/0.XX
|benchmark_list_file| may reference the |target_os| global that will be any of
['android', 'linux'], indicating the system on which the benchmarks are to be
« no previous file with comments | « examples/dart/mojo_rtt_benchmark/lib/main.dart ('k') | mojo/tools/data/rtt_benchmarks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698