mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: add callgraph loading dialog
This can lag a bit on big profiles, so add a loading page while we generate the callgraph in a thread.
This commit is contained in:
@ -50,6 +50,8 @@ void _sysprof_rounded_rectangle (cairo_t
|
||||
gint y_radius);
|
||||
gchar *_sysprof_format_duration (gint64 duration);
|
||||
void _sysprof_callgraph_view_set_failed (SysprofCallgraphView *self);
|
||||
void _sysprof_callgraph_view_set_loading (SysprofCallgraphView *self,
|
||||
gboolean loading);
|
||||
void _sysprof_display_focus_record (SysprofDisplay *self);
|
||||
void _sysprof_profiler_assistant_focus_record (SysprofProfilerAssistant *self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user