libsysprof-analyze: move timespan to analyze library

That way we can use it for the document itself, and have it update the
timespan of the recording in case it didn't get updated due to ctrl+c or
something prematurely stopping.
This commit is contained in:
Christian Hergert
2023-06-15 16:43:17 -07:00
parent 9eca425a25
commit d4da036f73
7 changed files with 92 additions and 35 deletions

View File

@ -3,7 +3,6 @@ libsysprof_gtk_public_sources = [
'sysprof-mark-chart.c',
'sysprof-mark-table.c',
'sysprof-session.c',
'sysprof-time-span.c',
'sysprof-weighted-callgraph-view.c',
]
@ -22,7 +21,6 @@ libsysprof_gtk_public_headers = [
'sysprof-mark-chart.h',
'sysprof-mark-table.h',
'sysprof-session.h',
'sysprof-time-span.h',
'sysprof-weighted-callgraph-view.h',
]