index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
SortBench.cpp
Commit message (
Expand
)
Author
Age
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix for nexus 5 crashing in GL benches
joshualitt
2015-09-30
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
1) Don't allocate 100,000 ints when we only need 1,000.
mtklein@google.com
2013-09-17
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Simplify and speed up SkIntroSort.
bungeman@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
reduce array size in debug builds for sortbench. This avoids a stack-overflow
reed@google.com
2013-01-25
*
add rand10 bench for sort, which makes 10% of the entries repeats
reed@google.com
2013-01-23
*
add bench for sorting
mike@reedtribe.org
2013-01-23