index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
GrMemoryPoolBench.cpp
Commit message (
Expand
)
Author
Age
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
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
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
DM: also run benches once.
commit-bot@chromium.org
2014-02-26
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Remove uses of unnamed namespace in bench/ directory.
commit-bot@chromium.org
2013-09-26
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
use SkAutoTDelete instead of SkTScopedPtr
reed@google.com
2013-04-18
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19