aboutsummaryrefslogtreecommitdiff
path: root/bench/MemsetBench.cpp
AgeCommit message (Expand)Author
2021-11-03Move sk_memset* from SkUtils to SkOptsKevin Lubick
2021-10-29Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files"Greg Daniel
2021-10-28Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU filesKevin Lubick
2020-11-12Reland "add ERMS (enhanced rep mov/sto) SkOpts slice"Mike Klein
2020-11-12Revert "add ERMS (enhanced rep mov/sto) SkOpts slice"Mike Klein
2020-11-12add ERMS (enhanced rep mov/sto) SkOpts sliceMike Klein
2020-05-12Mark SkStringPrintf as SK_PRINTF_LIKEAdlai Holler
2019-04-24rewrite includes to not need so much -IfooMike Klein
2015-10-01Remove const from `const int loops`.mtklein
2015-04-09Rewrite memset benches, then use results to add a small-N optimization.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-12-15fix last warnings on w64 and turn on w.a.e.bsalomon
2014-06-19Remove Sk prefix from some bench classes.tfarina
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-06-03Fix Win7 warning-as-error complaintrobertphillips@google.com
2013-06-03add bench for sk_memset16/32reed@google.com