mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +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.
|
* 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 ();
|
tree_path = gtk_tree_path_new_first ();
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
|
|||||||
Reference in New Issue
Block a user