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:
Christian Hergert
2023-06-15 16:32:12 -07:00
parent d458d312a3
commit 9eca425a25
6 changed files with 133 additions and 3 deletions

View File

@ -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',
]