aboutsummaryrefslogtreecommitdiffstats
path: root/bench/RefCntBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove sk_atomic_incMike Klein2018-12-041-27/+0
* trim #include <new> from SkPostConfig.hMike Klein2018-06-111-1/+2
* Clean up some unused atomic routines.mtklein2016-07-271-25/+0
* Remove const from `const int loops`.mtklein2015-10-011-8/+8
* Move Mutexy things to private.herb2015-09-291-1/+1
* Move SkAtomics.h to private.herb2015-09-281-1/+1
* Fix up -Winconsistent-missing-overridemtklein2015-07-131-12/+12
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-071-1/+1
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....jvanverth2015-07-021-1/+1
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-011-1/+1
* remove SkInstCntmtklein2015-06-261-2/+0
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-12/+12
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-12/+12
* Cleanup: More override fixes - another round.tfarina2015-01-051-4/+4
* Add support for 64bit atomic inc/dec/casbsalomon2014-07-111-0/+51
* Remove Sk prefix from some bench classes.tfarina2014-06-191-14/+14
* Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org2013-12-051-2/+0
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-12/+12
* Implement a benchmark for GrResourceCachecommit-bot@chromium.org2013-11-211-12/+18
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-20/+12
* Major bench refactoring.mtklein@google.com2013-09-101-8/+7
* Bench : Unused parameters cleanupsugoi@google.com2013-03-051-8/+8
* Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com2012-09-131-0/+6
* Turn down repeat count on ref counting and memory pool benches.tomhudson@google.com2012-09-131-1/+1
* Expanded distribution of instance countingrobertphillips@google.com2012-06-211-0/+7
* WeakRefCntbungeman@google.com2012-05-161-4/+119
* Add bench and test for SkRefCnt.bungeman@google.com2012-05-141-0/+77