From 038efc117556221707e635f83dad64e2d15404c8 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Fri, 22 Nov 2019 22:50:32 +0100 Subject: view: Add some more timing data Signed-off-by: Quentin Glidic --- source/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/view.c b/source/view.c index 03b3aedb..bdbbdf63 100644 --- a/source/view.c +++ b/source/view.c @@ -763,6 +763,7 @@ void __create_window ( MenuFlags menu_flags ) // Tell textbox to use this context. textbox_set_pango_context ( font, p ); // cleanup + TICK_N ( "cleanup font configure" ); g_object_unref ( p ); cairo_font_options_destroy ( fo ); -- cgit v1.2.3