1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  3. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  4. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  7. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  8. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  9. f8affa2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago
  11. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  12. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  13. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  14. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  15. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  16. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  17. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  18. 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
  19. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  20. 26dc5b6 always return a value by reed@google.com · 12 years ago
  21. 4b4f86d distinguish intersects-rect from intersects-rgn by reed@google.com · 12 years ago
  22. 46af7ef renormalize some loop counts for faster tests in regions by reed@google.com · 12 years ago
  23. 01049d5 rename containsrgn to containsrect, since that is what it is testing by reed@google.com · 12 years ago
  24. 515d998 make name lower-case, to match all other benches by reed@google.com · 12 years ago
  25. 71937d6 must return a value by reed@google.com · 12 years ago
  26. 50129db add contains xy test, adjust number of rects (using xor this time) by reed@google.com · 12 years ago
  27. 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 12 years ago