aboutsummaryrefslogtreecommitdiff
path: root/bench/GrMemoryPoolBench.cpp
AgeCommit message (Expand)Author
2016-11-03Remove SkAutoTDelete.Ben Wagner
2016-03-31Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nex...benjaminwagner
2016-03-17free -> resetmtklein
2016-03-17Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....bungeman
2016-03-17free -> resetmtklein
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-02-26DM: also run benches once.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-09-26Remove uses of unnamed namespace in bench/ directory.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-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-04-18use SkAutoTDelete instead of SkTScopedPtrreed@google.com
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-09-13Turn down repeat count on ref counting and memory pool benches.tomhudson@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-06-19Add GrMemoryPool as a helper to override operators new/deletebsalomon@google.com