mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: simplify summary generation
This still doesn't actually do anything, just the scaffolding.
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user