index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
RefCntBench.cpp
Commit message (
Expand
)
Author
Age
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Move Mutexy things to private.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
remove SkInstCnt
mtklein
2015-06-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Add support for 64bit atomic inc/dec/cas
bsalomon
2014-07-11
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Let SkBenchmark classes specify that they do no rendering.
tomhudson@google.com
2012-09-13
*
Turn down repeat count on ref counting and memory pool benches.
tomhudson@google.com
2012-09-13
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
WeakRefCnt
bungeman@google.com
2012-05-16
*
Add bench and test for SkRefCnt.
bungeman@google.com
2012-05-14