diff --git a/gtk/inspector/statistics.c b/gtk/inspector/statistics.c index 8d1f598493..1950301a35 100644 --- a/gtk/inspector/statistics.c +++ b/gtk/inspector/statistics.c @@ -55,6 +55,7 @@ typedef struct { enum { COLUMN_TYPE, + COLUMN_TYPE_NAME, COLUMN_SELF1, COLUMN_CUMULATIVE1, COLUMN_SELF2, @@ -149,7 +150,8 @@ refresh_clicked (GtkWidget *button, GtkInspectorStatistics *sl) { gtk_list_store_append (GTK_LIST_STORE (sl->priv->model), &treeiter); gtk_list_store_set (GTK_LIST_STORE (sl->priv->model), &treeiter, - COLUMN_TYPE, g_type_name (data->type), + COLUMN_TYPE, data->type, + COLUMN_TYPE_NAME, g_type_name (data->type), COLUMN_SELF1, data->self1, COLUMN_CUMULATIVE1, data->cumulative1, COLUMN_SELF2, data->self2, diff --git a/gtk/inspector/statistics.ui b/gtk/inspector/statistics.ui index af3a50338d..3066d93887 100644 --- a/gtk/inspector/statistics.ui +++ b/gtk/inspector/statistics.ui @@ -2,6 +2,7 @@ + @@ -47,14 +48,14 @@ True - 0 + 1 Type 0.8 - 0 + 1 @@ -62,7 +63,7 @@ False - 1 + 2 Self 1 @@ -74,7 +75,7 @@ False - 2 + 3 Cumulative 1 @@ -86,7 +87,7 @@ False - 3 + 4 Self 2 @@ -98,7 +99,7 @@ False - 4 + 5 Cumulative 2