mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-gtk: add SysprofSession
This is meant to become our toplevel object controlling an analysis session. We need it to know about any filters in place such as time selections. Callgraph needs to be updated to use this as well.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
libsysprof_gtk_public_sources = [
|
||||
'sysprof-callgraph-view.c',
|
||||
'sysprof-session.c',
|
||||
'sysprof-weighted-callgraph-view.c',
|
||||
]
|
||||
|
||||
@ -14,6 +15,7 @@ libsysprof_gtk_public_headers = [
|
||||
'sysprof-gtk.h',
|
||||
|
||||
'sysprof-callgraph-view.h',
|
||||
'sysprof-session.h',
|
||||
'sysprof-weighted-callgraph-view.h',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user