From 66d4bb25e17ec586384b6778b980e989c61e574e Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 13 Apr 2016 20:58:44 -0700 Subject: [PATCH] callgraph: add column headers in screenshot text --- lib/sp-callgraph-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sp-callgraph-view.c b/lib/sp-callgraph-view.c index c31dec67..d6894123 100644 --- a/lib/sp-callgraph-view.c +++ b/lib/sp-callgraph-view.c @@ -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 (;;)