mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 06:30:54 +00:00
libsysprof-gtk: add callers column view
This commit is contained in:
@ -31,8 +31,10 @@ struct _SysprofCallgraphView
|
||||
GtkWidget parent_instance;
|
||||
|
||||
SysprofDocument *document;
|
||||
SysprofCallgraph *callgraph;
|
||||
GListModel *traceables;
|
||||
|
||||
GtkColumnView *callers_column_view;
|
||||
GtkColumnView *descendants_column_view;
|
||||
GtkColumnView *functions_column_view;
|
||||
GtkScrolledWindow *scrolled_window;
|
||||
|
||||
Reference in New Issue
Block a user