mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add locking category
This commit is contained in:
@ -167,6 +167,9 @@ sysprof_category_summary_get_category_name (SysprofCategorySummary *self)
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_LAYOUT:
|
||||
return _("Layout");
|
||||
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_LOCKING:
|
||||
return _("Locking");
|
||||
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_MAIN_LOOP:
|
||||
return _("Main Loop");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user