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:
@ -42,18 +42,6 @@ struct _SysprofDocumentFrameClass
|
||||
GObjectClass parent_class;
|
||||
};
|
||||
|
||||
struct _SysprofDocumentMark
|
||||
{
|
||||
SysprofDocumentFrame parent_instance;
|
||||
double begin_fraction;
|
||||
double end_fraction;
|
||||
};
|
||||
|
||||
struct _SysprofDocumentMarkClass
|
||||
{
|
||||
SysprofDocumentFrameClass parent_class;
|
||||
};
|
||||
|
||||
SysprofDocumentFrame *_sysprof_document_frame_new (GMappedFile *mapped,
|
||||
const SysprofCaptureFrame *frame,
|
||||
guint16 frame_len,
|
||||
|
||||
Reference in New Issue
Block a user