Class
SysprofDocument
Instance methods
sysprof_document_callgraph_async
Asynchronously generates a callgraph using the traceables to get
the call stacks.
sysprof_document_list_allocations
Gets a GListModel containing SysprofDocumentAllocation found within the SysprofDocument.
sysprof_document_list_jitmaps
Gets a GListModel containing SysprofDocumentJitmap found within the SysprofDocument.
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_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_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_serialize_symbols_finish
Completes a request to serialize the symbols of the document encoded in a format that Sysprof understands.
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.
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.