mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizer-list: add SpVisualizerList
This simplifies the visualizer reader and time propagation. It will also give us a single place to manage zoom levels when we get to that.
This commit is contained in:
@ -149,6 +149,7 @@ uiheaders_DATA = \
|
||||
sp-process-model-row.h \
|
||||
sp-profiler-menu-button.h \
|
||||
sp-recording-state-view.h \
|
||||
sp-visualizer-list.h \
|
||||
sp-visualizer-row.h \
|
||||
sysprof-ui.h \
|
||||
$(NULL)
|
||||
@ -167,6 +168,7 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
|
||||
sp-process-model-row.c \
|
||||
sp-profiler-menu-button.c \
|
||||
sp-recording-state-view.c \
|
||||
sp-visualizer-list.c \
|
||||
sp-visualizer-row.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user