mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
profiler: Always mark events with the kind
This commit is contained in:
parent
9062607d5f
commit
36808e0c81
@ -4110,7 +4110,7 @@ add_event_mark (GdkEvent *event,
|
||||
}
|
||||
else
|
||||
{
|
||||
gdk_profiler_add_mark (time * 1000L, duration * 1000L, "event", message);
|
||||
gdk_profiler_add_mark (time * 1000L, duration * 1000L, "event", message ? message : kind);
|
||||
}
|
||||
|
||||
g_free (message);
|
||||
|
Loading…
Reference in New Issue
Block a user