aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/bench_util.py
Commit message (Expand)AuthorAge
* Restore bench_util.pyGravatar Mike Klein2014-08-08
* Bye bye bench.Gravatar mtklein2014-08-06
* gen_bench_expectations to generate bench expectations files.Gravatar commit-bot@chromium.org2014-03-17
* Stores per-iteration bench values in BenchDataPoint.Gravatar commit-bot@chromium.org2014-03-12
* Fixes bench_util's CONFIG_RE to cope with space flexibility.Gravatar bensong@google.com2013-12-05
* bench_util: allow optional whitespace in CSV formatGravatar epoger@google.com2013-08-13
* r10473 introduced a space between bench values; adjusting the corresponding r...Gravatar bensong@google.com2013-08-11
* bench_graph_svg: HUGE speedup for parsing tiled bench dataGravatar epoger@google.com2013-02-17
* try precompiling regexps to speed up bench_graph_svg.pyGravatar epoger@google.com2013-02-14
* Script to plot tile vs. viewport comparison for given platform and revision.Gravatar bensong@google.com2013-02-13
* Fixes a bug introduced by the new per-tile bench log format.Gravatar bensong@google.com2013-02-06
* Changes per-tile bench values to use the average of repetitions from new benc...Gravatar bensong@google.com2013-01-23
* Parses per-tile benches and returns the sum as overall skp bench.Gravatar bensong@google.com2012-12-18
* Prevent LinearRegression from dividing by zero so the GenerateBenchGraphs ste...Gravatar senorblanco@chromium.org2012-09-20
* cleaned up algorithm codes and added 25th percentile for representation.Gravatar bensong@google.com2012-08-16
* fixes elif bug.Gravatar bensong@google.com2012-08-15
* adds flag for choosing bench representative algorithm.Gravatar bensong@google.com2012-08-15
* git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* git-svn-id: http://skia.googlecode.com/svn/trunk@4433 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* Incremental improvements to bench graph generationGravatar epoger@google.com2011-08-08
* Add graphing for multiple runs of bench.Gravatar bungeman@google.com2011-06-17