From: Alexander Larsson Date: Thu, 30 Jan 2020 17:22:11 +0000 (+0100) Subject: icon-theme: Add icon theme name in profiler mark X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~126^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=09ef67afbc965772b5703f6452a63b8846f1d4a7;p=gtk4.git icon-theme: Add icon theme name in profiler mark --- diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 2d04f8684b..d437094063 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1800,7 +1800,7 @@ ensure_valid_themes (GtkIconTheme *self, load_themes (self); if (gdk_profiler_is_running ()) - gdk_profiler_add_mark (before * 1000, (g_get_monotonic_time () - before) * 1000, "icon theme load", NULL); + gdk_profiler_add_mark (before * 1000, (g_get_monotonic_time () - before) * 1000, "icon theme load", self->current_theme); if (was_valid) queue_theme_changed (self);