libsysprof-gtk: add SysprofMarkTable

This is a raw view of the marks in a session which should help for just
finding the information you care about when the visual model is too
cumbersome or lacks searching capabilities.
This commit is contained in:
Christian Hergert
2023-06-14 17:02:19 -07:00
parent be1d56f5db
commit 45465f7d9a
9 changed files with 515 additions and 0 deletions

View File

@ -24,6 +24,7 @@ G_BEGIN_DECLS
#define SYSPROF_GTK_INSIDE
# include "sysprof-callgraph-view.h"
# include "sysprof-mark-table.h"
# include "sysprof-session.h"
# include "sysprof-weighted-callgraph-view.h"
#undef SYSPROF_GTK_INSIDE