aboutsummaryrefslogtreecommitdiff
path: root/bench/FontCacheBench.cpp
AgeCommit message (Expand)Author
2022-02-04Prepare to reenable unreachable-code warnings.John Stiles
2021-08-13Fix cases of variable shadowing in /bench/.John Stiles
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-02-06Remove SkMin32/SkMax32Brian Osman
2019-05-07Use SkTextEncoding enum instead of macros.Ben Wagner
2019-04-24rewrite includes to not need so much -IfooMike Klein
2018-12-02start to use font for measure, not paintMike Reed
2018-11-25change params to getPaths callback, avoiding a xform/copy up front.Mike Reed
2018-11-14impl SkFont::getPathMike Reed
2018-09-19test,tools: whitespace changes for clang-formatHal Canary
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