aboutsummaryrefslogtreecommitdiff
path: root/bench/PictureNestingBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2019-04-24rewrite includes to not need so much -IfooMike Klein
2016-03-18return pictures as sk_spreed
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-07-13Fix up -Winconsistent-missing-overridemtklein
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
2015-01-09PictureNestingBench: stay in ints.mtklein
2014-11-18Do not calculate many sierpinski fractals for each nanobench run unless neededkkinnunen
2014-09-16Tag recording picture nesting bench as nonrendering.mtklein
2014-09-15Fix leak in PictureNestingBenchfmalita
2014-09-15Nested picture nanobenchfmalita