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:
Christian Hergert
2023-06-16 13:10:41 -07:00
parent 87e28a6062
commit 10b2ecd299
4 changed files with 16 additions and 57 deletions

View File

@ -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,