1. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  2. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  3. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  4. 7da1901 use Sk4f for matrix math by reed · 9 years ago
  5. d8b34c2 use table of procs (and unrolling) to speed up mapPts by reed · 9 years ago
  6. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  7. 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  10. cf44feb Clean up another silly race in benches when run concurrently. by mtklein · 10 years ago
  11. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  12. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  13. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  14. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  15. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  16. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  17. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  18. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  19. 7731ead Fix more clang errors. by tfarina@chromium.org · 11 years ago
  20. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  21. 90533be add matrixbench for invert_translate by reed@google.com · 12 years ago
  22. 82bf8bb use DEF_BENCH to simplify registration by reed@google.com · 12 years ago
  23. 31f8f73 Fixed valgrind complaint in MatrixBench by robertphillips@google.com · 12 years ago
  24. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  25. 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
  26. 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
  27. 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
  28. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  29. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. f5f83e1 Fix bad merge which broke compiles. by tomhudson@google.com · 13 years ago
  32. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  33. 2080900 Fix scale metric bench. by bungeman@google.com · 13 years ago
  34. 288ff33 New benchmarks to determine performance of matrix-point multiplication for floating point vs. double matrices. by tomhudson@google.com · 13 years ago
  35. cbefd7d add internal multiplier for loopcount, to reduce variance for simple/fast tests by reed@google.com · 13 years ago
  36. e0dcde7 make concat_float distinguishable using -match by reed@google.com · 13 years ago
  37. a20416b Remove warnings, improve benchmark quality, complicate benchmark results: by tomhudson@google.com · 13 years ago
  38. 7b4e107 <body onunload="M_unloadPage();"> by tomhudson@google.com · 13 years ago
  39. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago