mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
marks: add group to visualizer row
This will allow us to filter events that we do not care about for a given row. We add a visualizer row per-group.
This commit is contained in:
@ -270,6 +270,7 @@ handle_capture_results (GObject *object,
|
||||
while (g_hash_table_iter_next (&iter, (gpointer *)&key, NULL))
|
||||
{
|
||||
GtkWidget *row = g_object_new (SP_TYPE_MARK_VISUALIZER_ROW,
|
||||
"group", key,
|
||||
"title", key,
|
||||
"height-request", 75,
|
||||
"selectable", FALSE,
|
||||
|
||||
Reference in New Issue
Block a user