aboutsummaryrefslogtreecommitdiff
path: root/bench/SortBench.cpp
AgeCommit message (Expand)Author
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