aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RTreeBench.cpp
Commit message (Expand)AuthorAge
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Rename benchmark classes, hopefully less confusing to valgrid?Gravatar commit-bot@chromium.org2014-04-23
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-31
* Add missing .outsGravatar sglez@google.com2013-08-30
* Fix rtree benchGravatar sglez@google.com2013-08-30
* R-Tree -- Don't sort draw commands unless specified.Gravatar sglez@google.com2013-08-30
* When skia run bench cases to test performance, it will run constructors for a...Gravatar commit-bot@chromium.org2013-08-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Fixed memory leak in RTreeBenchGravatar robertphillips@google.com2012-09-11
* Fix rtree bench name bug. Unreviewed.Gravatar rileya@google.com2012-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Add R-Tree bench.Gravatar rileya@google.com2012-09-05