mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +00:00
libsysprof-analyze: calculate counter range after adding values
Otherwise we are just calculating a null set.
This commit is contained in:
@ -24,11 +24,12 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
SysprofDocumentCounter *_sysprof_document_counter_new (guint id,
|
||||
guint type,
|
||||
GRefString *category,
|
||||
GRefString *name,
|
||||
GRefString *description,
|
||||
GArray *values);
|
||||
SysprofDocumentCounter *_sysprof_document_counter_new (guint id,
|
||||
guint type,
|
||||
GRefString *category,
|
||||
GRefString *name,
|
||||
GRefString *description,
|
||||
GArray *values);
|
||||
void _sysprof_document_counter_calculate_range (SysprofDocumentCounter *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user