aboutsummaryrefslogtreecommitdiff
path: root/bench/StrokeBench.cpp
AgeCommit message (Expand)Author
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-06-01add res to stroke benchcaryclark
2015-05-29add bench for building strokesreed
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-03Simplify benchmark internal API.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-02-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-02-04add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizingreed@google.com