aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SortBench.cpp
Commit message (Expand)AuthorAge
* add std::sort() to SortBenchGravatar Mike Klein2018-05-31
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* 1) Don't allocate 100,000 ints when we only need 1,000.Gravatar mtklein@google.com2013-09-17
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Bench : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Simplify and speed up SkIntroSort.Gravatar bungeman@google.com2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* reduce array size in debug builds for sortbench. This avoids a stack-overflowGravatar reed@google.com2013-01-25
* add rand10 bench for sort, which makes 10% of the entries repeatsGravatar reed@google.com2013-01-23
* add bench for sortingGravatar mike@reedtribe.org2013-01-23