callgraph: add column headers in screenshot text

This commit is contained in:
Christian Hergert
2016-04-13 20:58:44 -07:00
parent 32ea29e1ba
commit 66d4bb25e1

View File

@ -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 (;;)