mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: create arrays for counter values
And assign them to the SysprofDocumentCounter so that they can pick them up once we index/add them during counter loading of ctrset.
This commit is contained in:
@ -28,6 +28,7 @@ SysprofDocumentCounter *_sysprof_document_counter_new (guint id,
|
||||
guint type,
|
||||
GRefString *category,
|
||||
GRefString *name,
|
||||
GRefString *description);
|
||||
GRefString *description,
|
||||
GArray *values);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user