Class

SysprofDocumentAllocation

Description

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

No description available.

Hierarchy

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

Instance methods

sysprof_document_allocation_get_address
No description available.

sysprof_document_allocation_get_size
No description available.

sysprof_document_allocation_get_tid
No description available.

sysprof_document_allocation_is_free
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.DocumentAllocation:address

The address that was allocated or freed.

since: 45

Sysprof.DocumentAllocation:is-free

If this allocation record is a call to release SysprofDocumentAllocation:address.

since: 45

Sysprof.DocumentAllocation:size

The size of the memory that was allocated or freed.

since: 45

Sysprof.DocumentAllocation:stack-depth

The depth of the stack trace.

since: 45

Sysprof.DocumentAllocation:thread-id

The thread-id where the stack was traced.

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

No description available.