aboutsummaryrefslogtreecommitdiff
path: root/bench/SortBench.cpp
AgeCommit message (Expand)Author
2018-05-31add std::sort() to SortBenchMike Klein
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-26Remove include of stdlib.h from SkTypes.h.bungeman
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-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-171) Don't allocate 100,000 ints when we only need 1,000.mtklein@google.com
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-02-04Simplify and speed up SkIntroSort.bungeman@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-25reduce array size in debug builds for sortbench. This avoids a stack-overflowreed@google.com
2013-01-23add rand10 bench for sort, which makes 10% of the entries repeatsreed@google.com
2013-01-23add bench for sortingmike@reedtribe.org