Class

SysprofRecording

Description

final class Sysprof.Recording : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofRecording ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

sysprof_recording_create_reader

Creates a new reader for the recording’s writer.

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_get_event_count
No description available.

sysprof_recording_get_subprocess

Gets the GSubprocess if one was spawned.

sysprof_recording_list_diagnostics

Gets the diagnostics for the recording which may be updated as instruments discover issues with the recording or configuration.

sysprof_recording_stop_async
No description available.

sysprof_recording_stop_finish
No description available.

sysprof_recording_wait_async
No description available.

sysprof_recording_wait_finish
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Sysprof.Recording:duration
No description available.

Sysprof.Recording:event-count
No description available.

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.

Class structure

struct SysprofRecordingClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.