mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: calculate min/max/avg/median durations for marks
This commit is contained in:
@ -28,6 +28,10 @@ G_BEGIN_DECLS
|
||||
|
||||
SysprofMarkCatalog *_sysprof_mark_catalog_new (const char *group,
|
||||
const char *name,
|
||||
GListModel *items);
|
||||
GListModel *items,
|
||||
gint64 min,
|
||||
gint64 max,
|
||||
gint64 avg,
|
||||
gint64 med);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user