Class

SysprofDocument

Description

final class Sysprof.Document : GObject.Object
  implements Gio.ListModel {
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofDocument implements_0 GListModel this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Implements

Instance methods

sysprof_document_callgraph_async

Asynchronously generates a callgraph using the traceables to get the call stacks.

sysprof_document_callgraph_finish

Completes a request to generate a callgraph.

sysprof_document_catalog_marks

Get’s a GListModel of GListModel of SysprofMarkCatalog.

sysprof_document_dup_subtitle
No description available.

sysprof_document_dup_title
No description available.

sysprof_document_find_counter

Finds the first counter matching category and name.

sysprof_document_get_busy
No description available.

sysprof_document_get_time_span
No description available.

sysprof_document_list_allocations

Gets a GListModel containing SysprofDocumentAllocation found within the SysprofDocument.

sysprof_document_list_counters
No description available.

sysprof_document_list_cpu_info

Gets the CPU that were discovered from the capture.

sysprof_document_list_dbus_messages

Gets a GListModel of SysprofDocumentDBusMessage.

sysprof_document_list_files

Gets a GListModel of SysprofDocumentFile.

sysprof_document_list_jitmaps

Gets a GListModel containing SysprofDocumentJitmap found within the SysprofDocument.

sysprof_document_list_logs
No description available.

sysprof_document_list_marks

Gets a GListModel containing SysprofDocumentMark found within the SysprofDocument.

sysprof_document_list_marks_by_group

Gets a GListModel containing SysprofDocumentMark found within the SysprofDocument which are part of group.

sysprof_document_list_metadata
No description available.

sysprof_document_list_processes

Gets a GListModel containing SysprofDocumentProcess found within the SysprofDocument.

sysprof_document_list_samples

Gets a GListModel containing SysprofDocumentSample found within the SysprofDocument.

sysprof_document_list_samples_with_context_switch

Gets a GListModel containing SysprofDocumentSample found within the SysprofDocument which contain a context switch.

sysprof_document_list_samples_without_context_switch

Gets a GListModel containing SysprofDocumentSample found within the SysprofDocument which contain a context switch.

sysprof_document_list_symbols_in_traceable

Gets the symbols in traceable as a list model.

sysprof_document_list_traceables

Gets a GListModel containing SysprofDocumentTraceable found within the SysprofDocument.

sysprof_document_lookup_file

Locates path within the document and returns a SysprofDocumentFile if it was found which can be used to access the contents.

sysprof_document_lookup_process

Looks up a process by PID.

sysprof_document_save_async
No description available.

sysprof_document_save_finish
No description available.

sysprof_document_serialize_symbols_async
No description available.

sysprof_document_serialize_symbols_finish

Completes a request to serialize the symbols of the document encoded in a format that Sysprof understands.

sysprof_document_symbolize_traceable

Batch symbolizing of a traceable.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GListModel (5)
g_list_model_get_item

Get the item at position.

g_list_model_get_item_type

Gets the type of the items in list.

g_list_model_get_n_items

Gets the number of items in list.

g_list_model_get_object

Get the item at position.

g_list_model_items_changed

Emits the GListModel::items-changed signal on list.

Properties

Sysprof.Document:allocations
No description available.

Sysprof.Document:busy
No description available.

Sysprof.Document:counters
No description available.

Sysprof.Document:cpu-info
No description available.

Sysprof.Document:dbus-messages
No description available.

Sysprof.Document:files
No description available.

Sysprof.Document:logs
No description available.

Sysprof.Document:marks
No description available.

Sysprof.Document:marks-catalog
No description available.

Sysprof.Document:metadata
No description available.

Sysprof.Document:processes
No description available.

Sysprof.Document:samples
No description available.

Sysprof.Document:subtitle
No description available.

Sysprof.Document:time-span
No description available.

Sysprof.Document:title
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.

Signals inherited from GListModel (1)
GListModel::items-changed

This signal is emitted whenever items were added to or removed from list. At position, removed items were removed and added items were added in their place.

Class structure

struct SysprofDocumentClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.