aboutsummaryrefslogtreecommitdiff
path: root/bench/ChartBench.cpp
AgeCommit message (Expand)Author
2017-02-22hide trivial helpers on canvasMike Reed
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-05IWYU: 'core' target, files starting A-C.bungeman
2015-08-04Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed
2015-08-04IWYU: 'core' target, files starting A-C.bungeman
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-09-05"NULL !=" = NULLbsalomon
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-05-08Remove global SkRandoms from ChartBench.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-09-26Remove uses of unnamed namespace in bench/ directory.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-02-22Fix ChartBench crash.bsalomon@google.com
2013-02-22Add chart bench.bsalomon@google.com