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

Unified Diff: apps/benchmark/README.md

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 | « no previous file | apps/benchmark/measurements.h » ('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 8f84f221c9a97f88a22c1825a21a48cde42fa909..f298346053dbc729b090cf36ed9511d854eff8f0 100644
--- a/apps/benchmark/README.md
+++ b/apps/benchmark/README.md
@@ -36,6 +36,10 @@ The following measurement types are available:
- `avg_duration/<trace_event_category>/<trace_event_name>` - measures average
duration of all events named `trace_event_name` in category
`trace_event_category`.
+ - `percentile_duration/<trace_event_category>/<trace_event_name>/0.XX` -
+ measures the value at the XXth percentile of all events named
+ `trace_event_name` in category `trace_event_category`. E.g.
+ `.../<trace_event_name/0.50` will give the 50th percentile.
## Runner script
« no previous file with comments | « no previous file | apps/benchmark/measurements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698