mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: match memory augmentation type to capture format
This commit is contained in:
@ -51,8 +51,8 @@ struct _SysprofMemoryCallgraphViewClass
|
|||||||
|
|
||||||
typedef struct _AugmentMemory
|
typedef struct _AugmentMemory
|
||||||
{
|
{
|
||||||
gsize size;
|
gint64 size;
|
||||||
gsize total;
|
gint64 total;
|
||||||
} AugmentMemory;
|
} AugmentMemory;
|
||||||
|
|
||||||
G_DEFINE_FINAL_TYPE (SysprofMemoryCallgraphView, sysprof_memory_callgraph_view, SYSPROF_TYPE_CALLGRAPH_VIEW)
|
G_DEFINE_FINAL_TYPE (SysprofMemoryCallgraphView, sysprof_memory_callgraph_view, SYSPROF_TYPE_CALLGRAPH_VIEW)
|
||||||
|
|||||||
Reference in New Issue
Block a user