mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
window: Rename a profiler mark
The "layout" name was already taken for the frame clock phase by that name. Oops.
This commit is contained in:
parent
dfea9bf0e8
commit
119457279b
@ -6316,7 +6316,7 @@ gtk_window_check_resize (GtkWindow *self)
|
||||
if (gdk_profiler_is_running ())
|
||||
{
|
||||
gint64 after = g_get_monotonic_time ();
|
||||
gdk_profiler_add_mark (before * 1000, (after - before) * 1000, "layout", "");
|
||||
gdk_profiler_add_mark (before * 1000, (after - before) * 1000, "size allocation", "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user