aboutsummaryrefslogtreecommitdiffstats
path: root/bench/WriterBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* Convert SkWriter32 to use an SkTDArray for its internal storage.commit-bot@chromium.org2014-01-141-1/+1
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Implement a benchmark for GrResourceCachecommit-bot@chromium.org2013-11-211-1/+3
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-5/+2
* Major bench refactoring.mtklein@google.com2013-09-101-1/+1
* Bench : Unused parameters cleanupsugoi@google.com2013-03-051-1/+1
* Made more benchs non-renderingrobertphillips@google.com2012-09-171-1/+3
* Avoid a loop in writeString and writePad by zeroing padding first.scroggo@google.com2012-07-241-0/+40