From b6204b1ec4e4940db94bc40d4283ee77729170d6 Mon Sep 17 00:00:00 2001 From: "bensong@google.com" Date: Thu, 16 Aug 2012 20:49:28 +0000 Subject: [PATCH] cleaned up algorithm codes and added 25th percentile for representation. git-svn-id: http://skia.googlecode.com/svn/trunk@5139 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/bench_graph_svg.py | 8 +++----- bench/bench_util.py | 51 +++++++++++++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 23 deletions(-) diff --git a/bench/bench_graph_svg.py b/bench/bench_graph_svg.py index 78a0366..517e691 100644 --- a/bench/bench_graph_svg.py +++ b/bench/bench_graph_svg.py @@ -28,8 +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 '-m representation of bench value.' + print ' See _ListAlgorithm class in bench_util.py.' print '-t