Class
SysprofRecording
Instance methods
sysprof_recording_dup_fd
Duplicates the FD that is being used for writing the recording. This can
be useful if you want to open the recording using a
SysprofDocumentLoader.
sysprof_recording_get_duration
Gets the recording duration in microseconds, which is the same
precision used by g_get_monotonic_time(). Use G_USEC_PER_SEC to
get the time in seconds.
sysprof_recording_list_diagnostics
Gets the diagnostics for the recording which may be updated as instruments discover issues with the recording or configuration.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.