aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MutexBench.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* move mutex construction out of the benchmarks.Gravatar mtklein2015-09-22
* Add shared mutex benchmark.Gravatar herb2015-09-18
* Benchmark all mutex implementations.Gravatar herb2015-09-18
* 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
* 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
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Made more benchs non-renderingGravatar robertphillips@google.com2012-09-17
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* New SkMutex benchmark - used when we suspected mutex performance issues;Gravatar tomhudson@google.com2011-11-14