libsysprof-gtk: start on charts of counters

This commit is contained in:
Christian Hergert
2023-06-26 18:08:48 -07:00
parent 6e08309881
commit b022b1537e
2 changed files with 118 additions and 38 deletions

View File

@ -201,6 +201,7 @@ test_charts_class_init (TestChartsClass *klass)
g_type_ensure (SYSPROF_TYPE_CHART);
g_type_ensure (SYSPROF_TYPE_CHART_LAYER);
g_type_ensure (SYSPROF_TYPE_COLUMN_LAYER);
g_type_ensure (SYSPROF_TYPE_LINE_LAYER);
g_type_ensure (SYSPROF_TYPE_VALUE_AXIS);
}