libsysprof-gtk: add scaffolding for chart widget

This doesn't yet render things, but it starts to get the plumbing in place
so that we can create a custom row type and then consume the marks
catalog from SysprofDocument eventually.
This commit is contained in:
Christian Hergert
2023-06-14 22:23:18 -07:00
parent 231535a396
commit 11387e5a55
8 changed files with 430 additions and 0 deletions

View File

@ -1,5 +1,6 @@
libsysprof_gtk_public_sources = [
'sysprof-callgraph-view.c',
'sysprof-mark-chart.c',
'sysprof-mark-table.c',
'sysprof-session.c',
'sysprof-weighted-callgraph-view.c',
@ -16,6 +17,7 @@ libsysprof_gtk_public_headers = [
'sysprof-gtk.h',
'sysprof-callgraph-view.h',
'sysprof-mark-chart.h',
'sysprof-mark-table.h',
'sysprof-session.h',
'sysprof-weighted-callgraph-view.h',