mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-04-23 14:01:26 +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:
@ -34,11 +34,9 @@ struct _SpMarkVisualizerRowClass
|
||||
gpointer _reserved[16];
|
||||
};
|
||||
|
||||
GtkWidget *sp_mark_visualizer_row_new (void);
|
||||
void sp_mark_visualizer_row_add_mark (SpMarkVisualizerRow *self,
|
||||
GPid pid,
|
||||
GPid tid,
|
||||
const gchar *name,
|
||||
const GdkRGBA *color);
|
||||
GtkWidget *sp_mark_visualizer_row_new (void);
|
||||
const gchar *sp_mark_visualizer_row_get_group (SpMarkVisualizerRow *self);
|
||||
void sp_mark_visualizer_row_set_group (SpMarkVisualizerRow *self,
|
||||
const gchar *group);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user