1. 73339ad Fix cases of variable shadowing in /bench/. by John Stiles · 3 years ago
  2. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years ago
  3. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  4. a4c8098 Remove gendered language by Leon Scroggins III · 4 years ago
  5. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years ago
  6. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  10. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  11. b25a83b Use Sk4x to speed-up bounds of an array of points by reed · 9 years ago
  12. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  13. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  14. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  15. 80f709a TSAN caught us racing in ScalarBench.cpp by mtklein · 10 years ago
  16. 3dd6368 Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromium.org/305033002/) by commit-bot@chromium.org · 10 years ago
  17. ee982ed TSAN caught us racing in ScalarBench.cpp by commit-bot@chromium.org · 10 years ago
  18. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  19. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  20. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  21. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  22. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  23. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  24. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago
  25. 357818c fix bogus assert by reed@google.com · 12 years ago
  26. bb0b67f Reverting r4239 & r4240 by robertphillips@google.com · 12 years ago
  27. d70f730 pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it by reed@google.com · 12 years ago
  28. df9d6f1 add bench for SkScalarIsFinite by reed@google.com · 12 years ago
  29. 63c5761 add test for computing the bounds of an array of points (SkRect::set) by reed@google.com · 12 years ago
  30. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  31. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  32. 25583a3 Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float. by tomhudson@google.com · 13 years ago
  33. f910b36 New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float operations by tomhudson@google.com · 13 years ago