mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This allows grouping marks together so that the UI can present marks within the same group in the same visualizer row. The goal here is that our perf stream with drm data will have "drm" or some similar group name (resulting in one row). mutter/cogl/gnome-shell will use the thread-id as the group name (or something else that is useful) so their events are grouped together. gdk-wayland might have it's own group name as well. The end result is that we can get a mark row for each series of related data.