1. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  2. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  3. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  4. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  5. 7731ead Fix more clang errors. by tfarina@chromium.org · 11 years ago
  6. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  7. 90533be add matrixbench for invert_translate by reed@google.com · 12 years ago
  8. 82bf8bb use DEF_BENCH to simplify registration by reed@google.com · 12 years ago
  9. 31f8f73 Fixed valgrind complaint in MatrixBench by robertphillips@google.com · 12 years ago
  10. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  11. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  12. 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 12 years ago
  13. 3d3dfe0 Fixes int to scalar warnings. This checkin changes the range of random matrix values in a benchmark but it is believed not to affect the runtime. by bsalomon@google.com · 13 years ago
  14. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  15. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  16. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  17. f5f83e1 Fix bad merge which broke compiles. by tomhudson@google.com · 13 years ago
  18. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  19. 2080900 Fix scale metric bench. by bungeman@google.com · 13 years ago
  20. 288ff33 New benchmarks to determine performance of matrix-point multiplication for floating point vs. double matrices. by tomhudson@google.com · 13 years ago
  21. cbefd7d add internal multiplier for loopcount, to reduce variance for simple/fast tests by reed@google.com · 13 years ago
  22. e0dcde7 make concat_float distinguishable using -match by reed@google.com · 13 years ago
  23. a20416b Remove warnings, improve benchmark quality, complicate benchmark results: by tomhudson@google.com · 13 years ago
  24. 7b4e107 <body onunload="M_unloadPage();"> by tomhudson@google.com · 13 years ago
  25. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago