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. a16e8bc move mutex construction out of the benchmarks. by mtklein · 9 years ago
  4. d32087a Add shared mutex benchmark. by herb · 9 years ago
  5. bcfd511 Benchmark all mutex implementations. by herb · 9 years ago
  6. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  7. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  8. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  9. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. 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. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  13. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  14. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  15. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  16. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  17. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  18. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  20. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago
  21. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  22. 410e9dc New SkMutex benchmark - used when we suspected mutex performance issues; by tomhudson@google.com · 13 years ago