mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-gtk: add timespan to session
We want to be able to monitor this from session observers to be able to update the visible area and/or what is rendered.
This commit is contained in:
@ -3,6 +3,7 @@ libsysprof_gtk_public_sources = [
|
||||
'sysprof-mark-chart.c',
|
||||
'sysprof-mark-table.c',
|
||||
'sysprof-session.c',
|
||||
'sysprof-time-span.c',
|
||||
'sysprof-weighted-callgraph-view.c',
|
||||
]
|
||||
|
||||
@ -21,6 +22,7 @@ libsysprof_gtk_public_headers = [
|
||||
'sysprof-mark-chart.h',
|
||||
'sysprof-mark-table.h',
|
||||
'sysprof-session.h',
|
||||
'sysprof-time-span.h',
|
||||
'sysprof-weighted-callgraph-view.h',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user