diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-09 12:45:51 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-09 12:45:51 +0000 |
commit | 12eb7811e305d7731f5d070742a6ac6814c30cc4 (patch) | |
tree | 2c5aba8a6b4932fa7e9c3a8fd68f1ce7eaba35d2 /src/core | |
parent | 27f74aab32123e6f021359061149966fa4ca5a62 (diff) |
try uping the cache-count-limit to see if it speeds up bench-pictures
BUG=
Review URL: https://codereview.chromium.org/25118003
git-svn-id: http://skia.googlecode.com/svn/trunk@11663 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkGlyphCache_Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkGlyphCache_Globals.h b/src/core/SkGlyphCache_Globals.h index 5066582e05..4bd607c598 100644 --- a/src/core/SkGlyphCache_Globals.h +++ b/src/core/SkGlyphCache_Globals.h @@ -12,7 +12,7 @@ #include "SkTLS.h" #ifndef SK_DEFAULT_FONT_CACHE_COUNT_LIMIT - #define SK_DEFAULT_FONT_CACHE_COUNT_LIMIT 256 + #define SK_DEFAULT_FONT_CACHE_COUNT_LIMIT 2048 #endif #ifndef SK_DEFAULT_FONT_CACHE_LIMIT |