From 8734816c3fadd3c9f270104b2c1a75cacdafb8b5 Mon Sep 17 00:00:00 2001 From: "bensong@google.com" Date: Wed, 15 Aug 2012 17:31:46 +0000 Subject: [PATCH] adds flag for choosing bench representative algorithm. git-svn-id: http://skia.googlecode.com/svn/trunk@5113 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/bench_graph_svg.py | 17 +++++++++++++---- bench/bench_util.py | 23 +++++++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/bench/bench_graph_svg.py b/bench/bench_graph_svg.py index 8165c98..04c7bef 100644 --- a/bench/bench_graph_svg.py +++ b/bench/bench_graph_svg.py @@ -28,6 +28,8 @@ def usage(): print '-r [:] the revisions to show.' print ' Negative is taken as offset from most recent revision.' print '-s [=] a setting to show (alpha, scalar, etc).' + print '-m use "avg", "min", or "med" for bench value.' + print ' They correspond to average, minimum and median of bench iters.' print '-t