mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add augmented functions list
This provides an area to have augmented functions listing like we have in the 3-part sysprof view in our current release. The weighed callgrpah view uses this to show self/total sortable columns similar to the descendants view.
This commit is contained in:
@ -34,7 +34,9 @@ struct _SysprofCallgraphView
|
||||
GListModel *traceables;
|
||||
|
||||
GtkColumnView *column_view;
|
||||
GtkWidget *scrolled_window;
|
||||
GtkColumnView *functions_column_view;
|
||||
GtkScrolledWindow *scrolled_window;
|
||||
GtkWidget *paned;
|
||||
|
||||
GCancellable *cancellable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user