aboutsummaryrefslogtreecommitdiff
path: root/bench/FontCacheBench.cpp
AgeCommit message (Expand)Author
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-12-18Cleanup: Remove a bunch of SkFontHost.h includes (unused).tfarina
2014-07-10Slim Skia down to just one murmur3 implementation.mtklein
2014-07-09Revert of Slim Skia down to just one murmur3 implementation. (https://coderev...mtklein
2014-07-09Slim Skia down to just one murmur3 implementation.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-10-15Second wave of Win64 warning cleanuprobertphillips@google.com
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-06-13Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-12add cache efficiency testreed@google.com
2013-06-11doh. send byte length, not word count, to measureTextreed@google.com
2013-06-11move measureText to be the only thing in the inner loopreed@google.com
2013-06-11switch array to uint16_t to fix overflowsreed@google.com
2013-06-11include the right named .h for glyph datareed@google.com
2013-06-11add bench for fontcache performance (measurement)reed@google.com