mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraph: add sp_callgraph_view_screenshot()
Similar to the old sysprof, this generates a textual representation of the descendants view. It matches the expansion of the treeview in the output text.
This commit is contained in:
@ -42,6 +42,7 @@ GtkWidget *sp_callgraph_view_new (void);
|
||||
SpCallgraphProfile *sp_callgraph_view_get_profile (SpCallgraphView *self);
|
||||
void sp_callgraph_view_set_profile (SpCallgraphView *self,
|
||||
SpCallgraphProfile *profile);
|
||||
gchar *sp_callgraph_view_screenshot (SpCallgraphView *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user