mtklein
|
38c05871c6
|
Save/Restore around bench runs.
BUG=skia:
Review URL: https://codereview.chromium.org/619353002
|
2014-10-02 13:03:58 -07:00 |
|
mtklein
|
962890568d
|
Distinguish common and unique names for skiaperf.com.
Turns out we tack on the size post-facto in ResultsWriter::bench(), so the only
place we need getUniqueName() to differ from getName() is SKPBench.
BUG=skia:
R=jcgregorio@google.com, mtklein@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/552303004
|
2014-09-10 12:05:59 -07:00 |
|
kelvinly
|
762c718824
|
Remove useless options from bench
BUG=skia:
R=jcgregorio@google.com, bensong@google.com, bsalomon@google.com, robertphillips@google.com, reed@google.com
Author: kelvinly@google.com
Review URL: https://codereview.chromium.org/375863006
|
2014-07-09 12:25:27 -07:00 |
|
tfarina
|
f168b86d7f
|
Remove Sk prefix from some bench classes.
This idea came while commenting on
https://codereview.chromium.org/343583005/
Since SkBenchmark, SkBenchLogger and SkGMBench are not part of the Skia library,
they should not have the Sk prefix.
BUG=None
TEST=make all
R=mtklein@google.com
Author: tfarina@chromium.org
Review URL: https://codereview.chromium.org/347823004
|
2014-06-19 12:32:29 -07:00 |
|