1. 73339ad Fix cases of variable shadowing in /bench/. by John Stiles · 3 years ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  3. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 5 months ago
  4. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  5. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  6. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  7. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  8. 07f93f2 impl SkFont::getPath by Mike Reed · 6 years ago
  9. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  10. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  11. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  12. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  13. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  14. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  15. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  16. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  17. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  18. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  19. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  20. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  21. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  22. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  23. a707fd5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. c265230 add cache efficiency test by reed@google.com · 11 years ago
  25. 5872e00 doh. send byte length, not word count, to measureText by reed@google.com · 11 years ago
  26. 2fef6d2 move measureText to be the only thing in the inner loop by reed@google.com · 11 years ago
  27. c9ab48f switch array to uint16_t to fix overflows by reed@google.com · 11 years ago
  28. 664621a include the right named .h for glyph data by reed@google.com · 11 years ago
  29. 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 11 years ago