libsysprof: add type system category

Include various introspection and GObject things within that.
This commit is contained in:
Christian Hergert
2023-08-04 14:25:46 -07:00
parent 40e8a02cab
commit dc560d6de5
4 changed files with 62 additions and 0 deletions

View File

@ -188,6 +188,9 @@ sysprof_category_summary_get_category_name (SysprofCategorySummary *self)
case SYSPROF_CALLGRAPH_CATEGORY_PAINT:
return _("Paint");
case SYSPROF_CALLGRAPH_CATEGORY_TYPE_SYSTEM:
return _("Type System");
case SYSPROF_CALLGRAPH_CATEGORY_UNWINDABLE:
return _("Unwindable");