libsysprof: simplify summary generation

This still doesn't actually do anything, just the scaffolding.
This commit is contained in:
Christian Hergert
2023-07-20 16:36:29 -07:00
parent 070b7f5907
commit a75429241e
3 changed files with 67 additions and 17 deletions

View File

@ -20,17 +20,9 @@
#include "config.h"
#include "sysprof-category-summary.h"
#include "sysprof-category-summary-private.h"
#include "sysprof-enums.h"
struct _SysprofCategorySummary
{
GObject parent_instance;
SysprofCallgraphCategory category;
guint64 count;
guint64 total;
};
enum {
PROP_0,
PROP_CATEGORY,