mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add aggregate marks by group
This is handy so that we can show aggregate results in other places without using a FlattenListModel which can mess up event ordering.
This commit is contained in:
@ -63,6 +63,9 @@ GListModel *sysprof_document_list_counters (SysprofDocume
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GListModel *sysprof_document_list_marks (SysprofDocument *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GListModel *sysprof_document_list_marks_by_group (SysprofDocument *self,
|
||||
const char *group);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofDocumentCounter
|
||||
|
||||
Reference in New Issue
Block a user