libsysprof-gtk: add chart layer for timespan drawing

This will allow us to drop the custom mark chart stuff and do this all more
generically using timeseries and charts. Long term, we'll probably want to
buy in on the expression stuff to get labels/etc as well as building the
series from another data source.
This commit is contained in:
Christian Hergert
2023-06-23 10:19:10 -07:00
parent 512dfae3e4
commit 73e2aec626
5 changed files with 406 additions and 0 deletions

View File

@ -32,6 +32,7 @@ G_BEGIN_DECLS
# include "sysprof-mark-table.h"
# include "sysprof-session.h"
# include "sysprof-split-layer.h"
# include "sysprof-time-span-layer.h"
# include "sysprof-weighted-callgraph-view.h"
#undef SYSPROF_GTK_INSIDE