| 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
|
|
|