mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add type system category
Include various introspection and GObject things within that.
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user