aboutsummaryrefslogtreecommitdiff
path: root/bench/WriterBench.cpp
AgeCommit message (Expand)Author
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
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-06-19Remove Sk prefix from some bench classes.tfarina
2014-01-14Convert SkWriter32 to use an SkTDArray for its internal storage.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-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-03-05Bench : Unused parameters cleanupsugoi@google.com
2012-09-17Made more benchs non-renderingrobertphillips@google.com
2012-07-24Avoid a loop in writeString and writePad by zeroing padding first.scroggo@google.com