mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: start on chart + layers
The goal here is to be able to connect data series such as SysprofTimeSeries or SysprofXYSeries to various chart layers. Those chart layers get stacked in a SysprofChart. Some glue code will be necessary to go from frames into data series but we can experiment with how to automate that later on.
This commit is contained in:
@ -1,11 +1,27 @@
|
||||
libsysprof_gtk_public_sources = [
|
||||
'sysprof-callgraph-view.c',
|
||||
'sysprof-chart.c',
|
||||
'sysprof-chart-layer.c',
|
||||
'sysprof-depth-layer.c',
|
||||
'sysprof-mark-chart.c',
|
||||
'sysprof-mark-table.c',
|
||||
'sysprof-session.c',
|
||||
'sysprof-weighted-callgraph-view.c',
|
||||
]
|
||||
|
||||
libsysprof_gtk_public_headers = [
|
||||
'sysprof-gtk.h',
|
||||
|
||||
'sysprof-callgraph-view.h',
|
||||
'sysprof-chart.h',
|
||||
'sysprof-chart-layer.h',
|
||||
'sysprof-depth-layer.h',
|
||||
'sysprof-mark-chart.h',
|
||||
'sysprof-mark-table.h',
|
||||
'sysprof-session.h',
|
||||
'sysprof-weighted-callgraph-view.h',
|
||||
]
|
||||
|
||||
libsysprof_gtk_private_sources = [
|
||||
'sysprof-css.c',
|
||||
'sysprof-mark-chart-item.c',
|
||||
@ -15,16 +31,6 @@ libsysprof_gtk_private_sources = [
|
||||
'sysprof-time-label.c',
|
||||
]
|
||||
|
||||
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',
|
||||
]
|
||||
|
||||
libsysprof_gtk_deps = [
|
||||
dependency('libadwaita-1'),
|
||||
dependency('libpanel-1'),
|
||||
|
||||
Reference in New Issue
Block a user