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