mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: remove pre-calculated time offsets
These are rather annoying because we want to avoid inflating the objects in most cases anyway.
This commit is contained in:
@ -33,19 +33,15 @@ typedef struct _SysprofDocumentMark SysprofDocumentMark;
|
||||
typedef struct _SysprofDocumentMarkClass SysprofDocumentMarkClass;
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GType sysprof_document_mark_get_type (void) G_GNUC_CONST;
|
||||
GType sysprof_document_mark_get_type (void) G_GNUC_CONST;
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gint64 sysprof_document_mark_get_duration (SysprofDocumentMark *self);
|
||||
gint64 sysprof_document_mark_get_duration (SysprofDocumentMark *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_document_mark_get_group (SysprofDocumentMark *self);
|
||||
const char *sysprof_document_mark_get_group (SysprofDocumentMark *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_document_mark_get_name (SysprofDocumentMark *self);
|
||||
const char *sysprof_document_mark_get_name (SysprofDocumentMark *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_document_mark_get_message (SysprofDocumentMark *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_document_mark_get_time_fraction (SysprofDocumentMark *self,
|
||||
double *begin_fraction,
|
||||
double *end_fraction);
|
||||
const char *sysprof_document_mark_get_message (SysprofDocumentMark *self);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofDocumentMark, g_object_unref)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user