| Commit message (Expand) | Author | Age |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
* | Fix for nexus 5 crashing in GL benches | joshualitt | 2015-09-30 |
* | Fix up -Winconsistent-missing-override | mtklein | 2015-07-13 |
* | use Sk4f for matrix math | reed | 2015-03-29 |
* | use table of procs (and unrolling) to speed up mapPts | reed | 2015-03-27 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | remove meaningless matrix benches, add mapPts() and add new benches | reed | 2015-03-23 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | Clean up another silly race in benches when run concurrently. | mtklein | 2014-06-02 |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | 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 |
* | Revise SVD code to remove arctangents. | commit-bot@chromium.org | 2013-09-03 |
* | Fix more clang errors. | tfarina@chromium.org | 2013-04-05 |
* | Bench : Unused parameters cleanup | sugoi@google.com | 2013-03-05 |
* | add matrixbench for invert_translate | reed@google.com | 2013-01-04 |
* | use DEF_BENCH to simplify registration | reed@google.com | 2013-01-04 |
* | Fixed valgrind complaint in MatrixBench | robertphillips@google.com | 2012-09-17 |
* | Let SkBenchmark classes specify that they do no rendering. | tomhudson@google.com | 2012-09-13 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Fixing type mask computation in SkMatrix to make it faster and make it so tha... | junov@chromium.org | 2012-07-12 |
* | Fixes int to scalar warnings. This checkin changes the range of random matrix... | bsalomon@google.com | 2011-11-10 |
* | In debug builds, only run each benchmark 1 time (test for assertion-breakage, | tomhudson@google.com | 2011-10-28 |
* | Fix some warnings on VS2010 | bsalomon@google.com | 2011-10-24 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Fix bad merge which broke compiles. | tomhudson@google.com | 2011-06-24 |
* | New benchmark for SkMatrix::computeType(). | tomhudson@google.com | 2011-06-24 |
* | Fix scale metric bench. | bungeman@google.com | 2011-06-08 |
* | New benchmarks to determine performance of matrix-point multiplication for fl... | tomhudson@google.com | 2011-06-07 |
* | add internal multiplier for loopcount, to reduce variance for simple/fast tests | reed@google.com | 2011-06-06 |
* | make concat_float distinguishable using -match | reed@google.com | 2011-06-06 |
* | Remove warnings, improve benchmark quality, complicate benchmark results: | tomhudson@google.com | 2011-06-03 |
* | <body onunload="M_unloadPage();"> | tomhudson@google.com | 2011-06-03 |
* | speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling | reed@google.com | 2011-06-01 |