mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraph: add column headers in screenshot text
This commit is contained in:
@ -957,7 +957,7 @@ sp_callgraph_view_screenshot (SpCallgraphView *self)
|
||||
* put the timing information at the beginning of the line.
|
||||
*/
|
||||
|
||||
str = g_string_new (NULL);
|
||||
str = g_string_new (" SELF CUMULATIVE FUNCTION\n");
|
||||
tree_path = gtk_tree_path_new_first ();
|
||||
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user