aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/bench_util.py
Commit message (Collapse)AuthorAge
* Restore bench_util.pyGravatar Mike Klein2014-08-08
| | | | | | BUG=skia:2819 Review URL: https://codereview.chromium.org/450253003
* Bye bye bench.Gravatar mtklein2014-08-06
| | | | | | | | | | | NOTREECHECKS=true BUG=skia: R=djsollen@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/442343004
* gen_bench_expectations to generate bench expectations files.Gravatar commit-bot@chromium.org2014-03-17
| | | | | | | | | | | | BUG=skia:2225 NOTRY=true R=borenet@google.com Author: bensong@google.com Review URL: https://codereview.chromium.org/201423002 git-svn-id: http://skia.googlecode.com/svn/trunk@13838 2bbb7eff-a529-9590-31e7-b0007b416f81
* Stores per-iteration bench values in BenchDataPoint.Gravatar commit-bot@chromium.org2014-03-12
| | | | | | | | | | | | BUG=skia:2225 NOTRY=true R=borenet@google.com Author: bensong@google.com Review URL: https://codereview.chromium.org/197573002 git-svn-id: http://skia.googlecode.com/svn/trunk@13767 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fixes bench_util's CONFIG_RE to cope with space flexibility.Gravatar bensong@google.com2013-12-05
| | | | | | | The real "fix" down the road is Joe's ongoing work of switching to JSON. Review URL: https://codereview.chromium.org/103943004 git-svn-id: http://skia.googlecode.com/svn/trunk@12498 2bbb7eff-a529-9590-31e7-b0007b416f81
* bench_util: allow optional whitespace in CSV formatGravatar epoger@google.com2013-08-13
| | | | | | | | | BUG=https://code.google.com/p/skia/issues/detail?id=1500 R=bensong@google.com Review URL: https://codereview.chromium.org/23069003 git-svn-id: http://skia.googlecode.com/svn/trunk@10692 2bbb7eff-a529-9590-31e7-b0007b416f81
* r10473 introduced a space between bench values; adjusting the corresponding ↵Gravatar bensong@google.com2013-08-11
| | | | | | | | regexp. (SkipBuildbotRuns). Review URL: https://codereview.chromium.org/22447004 git-svn-id: http://skia.googlecode.com/svn/trunk@10670 2bbb7eff-a529-9590-31e7-b0007b416f81
* bench_graph_svg: HUGE speedup for parsing tiled bench dataGravatar epoger@google.com2013-02-17
| | | | | | Review URL: https://codereview.appspot.com/7322085 git-svn-id: http://skia.googlecode.com/svn/trunk@7762 2bbb7eff-a529-9590-31e7-b0007b416f81
* try precompiling regexps to speed up bench_graph_svg.pyGravatar epoger@google.com2013-02-14
| | | | | | Review URL: https://codereview.appspot.com/7336043 git-svn-id: http://skia.googlecode.com/svn/trunk@7741 2bbb7eff-a529-9590-31e7-b0007b416f81
* Script to plot tile vs. viewport comparison for given platform and revision.Gravatar bensong@google.com2013-02-13
| | | | | | | | | Currently viewport bot data are only available for Android bots. Please go to http://go/skia-buildbot to pick a green revision (-r) for an Android platform (-p). This can take a few minutes because Google Storage stores files in a flat structure instead of in directories. Alternatively, download the bot data of interest into a local directory (or generate them from your machine) and set the script to read from there (-d). Review URL: https://codereview.appspot.com/7093065 git-svn-id: http://skia.googlecode.com/svn/trunk@7729 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fixes a bug introduced by the new per-tile bench log format.Gravatar bensong@google.com2013-02-06
| | | | | | Review URL: https://codereview.appspot.com/7301056 git-svn-id: http://skia.googlecode.com/svn/trunk@7630 2bbb7eff-a529-9590-31e7-b0007b416f81
* Changes per-tile bench values to use the average of repetitions from new ↵Gravatar bensong@google.com2013-01-23
| | | | | | | | | bench log output. Corresponding logs change was done at https://codereview.appspot.com/7101060/ and this CL needs to be submitted together with that one for data consistency. Then we can turn on timePerTile. Review URL: https://codereview.appspot.com/7193051 git-svn-id: http://skia.googlecode.com/svn/trunk@7351 2bbb7eff-a529-9590-31e7-b0007b416f81
* Parses per-tile benches and returns the sum as overall skp bench.Gravatar bensong@google.com2012-12-18
| | | | | | Review URL: https://codereview.appspot.com/6940071 git-svn-id: http://skia.googlecode.com/svn/trunk@6884 2bbb7eff-a529-9590-31e7-b0007b416f81
* Prevent LinearRegression from dividing by zero so the GenerateBenchGraphs ↵Gravatar senorblanco@chromium.org2012-09-20
| | | | | | | | | | step doesn't blow up if the data is all zeroes. http://codereview.appspot.com/6546049/ git-svn-id: http://skia.googlecode.com/svn/trunk@5615 2bbb7eff-a529-9590-31e7-b0007b416f81
* cleaned up algorithm codes and added 25th percentile for representation.Gravatar bensong@google.com2012-08-16
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@5139 2bbb7eff-a529-9590-31e7-b0007b416f81
* fixes elif bug.Gravatar bensong@google.com2012-08-15
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@5114 2bbb7eff-a529-9590-31e7-b0007b416f81
* adds flag for choosing bench representative algorithm.Gravatar bensong@google.com2012-08-15
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@5113 2bbb7eff-a529-9590-31e7-b0007b416f81
* git-svn-id: http://skia.googlecode.com/svn/trunk@4436 ↵Gravatar bensong@google.com2012-07-02
| | | | 2bbb7eff-a529-9590-31e7-b0007b416f81
* git-svn-id: http://skia.googlecode.com/svn/trunk@4433 ↵Gravatar bensong@google.com2012-07-02
| | | | 2bbb7eff-a529-9590-31e7-b0007b416f81
* Incremental improvements to bench graph generationGravatar epoger@google.com2011-08-08
| | | | | | | | | - make revision number a link to that change on code.google.com - clean up display and add help text - make revision lines show up a bit more (light yellow) Review URL: http://codereview.appspot.com/4839053 git-svn-id: http://skia.googlecode.com/svn/trunk@2062 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add graphing for multiple runs of bench.Gravatar bungeman@google.com2011-06-17
http://codereview.appspot.com/4539087/ git-svn-id: http://skia.googlecode.com/svn/trunk@1628 2bbb7eff-a529-9590-31e7-b0007b416f81