From: bensong@google.com Date: Thu, 16 Aug 2012 20:49:28 +0000 (+0000) Subject: cleaned up algorithm codes and added 25th percentile for representation. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6204b1ec4e4940db94bc40d4283ee77729170d6;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- 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