aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RefCntBench.cpp
Commit message (Expand)AuthorAge
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Clean up some unused atomic routines.Gravatar mtklein2016-07-27
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Move Mutexy things to private.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* remove SkInstCntGravatar mtklein2015-06-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - another round.Gravatar tfarina2015-01-05
* Add support for 64bit atomic inc/dec/casGravatar bsalomon2014-07-11
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Bench : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Turn down repeat count on ref counting and memory pool benches.Gravatar tomhudson@google.com2012-09-13
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14