libsysprof: add scaffolding to perform category summaries

The goal here is to summarize the categories starting from a specific
frame.
This commit is contained in:
Christian Hergert
2023-07-20 16:04:42 -07:00
parent 9400757821
commit 4a8d5007e5
6 changed files with 247 additions and 0 deletions

View File

@ -30,6 +30,7 @@ G_BEGIN_DECLS
# include "sysprof-callgraph-frame.h"
# include "sysprof-callgraph-symbol.h"
# include "sysprof-callgraph.h"
# include "sysprof-category-summary.h"
# include "sysprof-cpu-info.h"
# include "sysprof-cpu-usage.h"
# include "sysprof-diagnostic.h"