summaryrefslogtreecommitdiff
path: root/gsk/gskdebug.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-19 23:59:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-09-20 23:26:14 -0400
commit6dbec5e4fc644c9932e76b3845d898418ae3f619 (patch)
tree070707d25a0cea0eedf0770b695d4fbf8d08a22d /gsk/gskdebug.c
parentbaeff2a49bc2b60f559d5fe2e9d3e6f4868c1d7c (diff)
downloadgtk+-6dbec5e4fc644c9932e76b3845d898418ae3f619.tar.gz
Add some debug output for the glyph cache
Print out some statistics and dump the glyph caches to a png, for now.
Diffstat (limited to 'gsk/gskdebug.c')
-rw-r--r--gsk/gskdebug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gsk/gskdebug.c b/gsk/gskdebug.c
index 94d40b728c..41d666899d 100644
--- a/gsk/gskdebug.c
+++ b/gsk/gskdebug.c
@@ -10,7 +10,8 @@ static const GDebugKey gsk_debug_keys[] = {
{ "transforms", GSK_DEBUG_TRANSFORMS },
{ "surface", GSK_DEBUG_SURFACE },
{ "vulkan", GSK_DEBUG_VULKAN },
- { "fallback", GSK_DEBUG_FALLBACK }
+ { "fallback", GSK_DEBUG_FALLBACK },
+ { "glyphcache", GSK_DEBUG_GLYPH_CACHE }
};
#endif