aboutsummaryrefslogtreecommitdiff
path: root/bench/RTreeBench.cpp
AgeCommit message (Expand)Author
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-04-23Rename benchmark classes, hopefully less confusing to valgrid?commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-10-21More clang warning fixes.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-08-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-30Add missing .outssglez@google.com
2013-08-30Fix rtree benchsglez@google.com
2013-08-30R-Tree -- Don't sort draw commands unless specified.sglez@google.com
2013-08-01When skia run bench cases to test performance, it will run constructors for a...commit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-07eliminate all warnings in non-thirdparty code on machumper@google.com
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-09-11Make BBoxHierarchy ref-counted, fix leak in RTreeTest.rileya@google.com
2012-09-11Fixed memory leak in RTreeBenchrobertphillips@google.com
2012-09-06Fix rtree bench name bug. Unreviewed.rileya@google.com
2012-09-06Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-05Add R-Tree bench.rileya@google.com