mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
writer: add helper to replace time range
This is useful so that we can overwrite the time range in the file when muxing together multiple streams.
This commit is contained in:
@ -116,6 +116,9 @@ gboolean sp_capture_writer_splice (SpCaptureWriter *
|
||||
gboolean _sp_capture_writer_splice_from_fd (SpCaptureWriter *self,
|
||||
int fd,
|
||||
GError **error) G_GNUC_INTERNAL;
|
||||
gboolean _sp_capture_writer_set_time_range (SpCaptureWriter *self,
|
||||
gint64 start_time,
|
||||
gint64 end_time) G_GNUC_INTERNAL;
|
||||
|
||||
#ifndef SP_DISABLE_GOBJECT
|
||||
# define SP_TYPE_CAPTURE_WRITER (sp_capture_writer_get_type())
|
||||
|
||||
Reference in New Issue
Block a user