aboutsummaryrefslogtreecommitdiff
path: root/bench/ChromeBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-07-22Fix clang 12 Wsuggest-override and Wsuggest-destructor-overrideBrian Salomon
2019-08-25more rect api simplificationsMike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2017-01-23change clip-bounds getters to always return the rectMike Reed
2015-10-01Remove const from `const int loops`.mtklein
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
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-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-07eliminate all warnings in non-thirdparty code on machumper@google.com
2012-03-14Disable overly heavy benchmark - 15x slower than any other benchmarktomhudson@google.com
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-10-27New benchmark for blitRect based on call frequency observed while scrollingtomhudson@google.com