mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add support for getting counter values
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _SysprofDocumentCounterValue
|
||||
typedef struct _SysprofDocumentTimedValue
|
||||
{
|
||||
gint64 time;
|
||||
union {
|
||||
@ -35,7 +35,7 @@ typedef struct _SysprofDocumentCounterValue
|
||||
double v_double;
|
||||
guint8 v_raw[8];
|
||||
};
|
||||
} SysprofDocumentCounterValue;
|
||||
} SysprofDocumentTimedValue;
|
||||
|
||||
void _sysprof_document_new_async (GMappedFile *mapped_file,
|
||||
GCancellable *cancellable,
|
||||
|
||||
Reference in New Issue
Block a user