mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Add percent signs in screenshot window
This commit is contained in:
@ -1103,7 +1103,8 @@ add_text (GtkTreeView *view,
|
|||||||
for (i = 0; i < indent; ++i)
|
for (i = 0; i < indent; ++i)
|
||||||
g_string_append_c (info->text, ' ');
|
g_string_append_c (info->text, ' ');
|
||||||
|
|
||||||
g_string_append_printf (info->text, "%-*s %6.2f %6.2f\n", info->max_width - indent, name, self, cumulative);
|
g_string_append_printf (info->text, "%-*s %6.2f%% %6.2f%%\n",
|
||||||
|
info->max_width - indent, name, self, cumulative);
|
||||||
|
|
||||||
g_free (name);
|
g_free (name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user