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