Class

SysprofDocumentSample

Description

final class Sysprof.DocumentSample : Sysprof.DocumentFrame
  implements Sysprof.DocumentTraceable {
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofDocumentSample implements_0 SysprofDocumentTraceable this--implements_0 ancestor_0 SysprofDocumentFrame ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

sysprof_document_sample_get_tid
No description available.

Methods inherited from SysprofDocumentFrame (7)
sysprof_document_frame_dup_time_string

Gets the time formatted as a string such as 00:00:00.1234.

sysprof_document_frame_dup_tooltip

Returns a new string containing suggested tooltip text.

sysprof_document_frame_equal
No description available.

sysprof_document_frame_get_cpu
No description available.

sysprof_document_frame_get_pid
No description available.

sysprof_document_frame_get_time
No description available.

sysprof_document_frame_get_time_offset
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from SysprofDocumentTraceable (4)

Properties

Sysprof.DocumentSample:stack-depth

The depth of the stack trace.

since: 45

Sysprof.DocumentSample:thread-id

The thread-id where the sample occurred.

since: 45

Properties inherited from SysprofDocumentFrame (7)
Sysprof.DocumentFrame:cpu
No description available.

Sysprof.DocumentFrame:pid
No description available.

Sysprof.DocumentFrame:time
No description available.

Sysprof.DocumentFrame:time-offset
No description available.

Sysprof.DocumentFrame:time-string
No description available.

Sysprof.DocumentFrame:tooltip
No description available.

Sysprof.DocumentFrame:type-name
No description available.

Properties inherited from SysprofDocumentTraceable (2)
SysprofDocumentTraceable:stack-depth

The “stack-depth” property contains the number of addresses collected in the backtrace.

since: 45

SysprofDocumentTraceable:thread-id

The “thread-id” property contains the thread identifier for the traceable.

since: 45

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 SysprofDocumentSampleClass {
  /* no available fields */
}

No description available.