1. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  2. 7fb83c8 When skia run bench cases to test performance, it will run constructors for all cases one by one, then getName to skip unnecessary cases according to command line parameters, so these constructors should be lightweight enough to avoid redundant computing. Unfortunately, some constructors contain intensive computing/rendering. They are very heavy, maybe much heavier than need-to-run bench case itself. And these redundant computation will be run every time you run bench, even you just test a single simple case. Moreover, it will mislead the real hotspot/bottleneck of the case itself. by commit-bot@chromium.org · 11 years ago
  3. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  5. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  6. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  7. 07a05d5 Fixed memory leak in RTreeBench by robertphillips@google.com · 12 years ago
  8. 61348d1 Fix rtree bench name bug. Unreviewed. by rileya@google.com · 12 years ago
  9. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago