aboutsummaryrefslogtreecommitdiff
path: root/bench/RefCntBench.cpp
AgeCommit message (Expand)Author
2016-07-27Clean up some unused atomic routines.mtklein
2015-10-01Remove const from `const int loops`.mtklein
2015-09-29Move Mutexy things to private.herb
2015-09-28Move SkAtomics.h to private.herb
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-07-07Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein
2015-07-02Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....jvanverth
2015-07-01Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein
2015-06-26remove SkInstCntmtklein
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
2015-01-05Cleanup: More override fixes - another round.tfarina
2014-07-11Add support for 64bit atomic inc/dec/casbsalomon
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-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-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@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-06-21Expanded distribution of instance countingrobertphillips@google.com
2012-05-16WeakRefCntbungeman@google.com
2012-05-14Add bench and test for SkRefCnt.bungeman@google.com