mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add some helper names to frames
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "sysprof-document-frame-private.h"
|
||||
|
||||
#include "sysprof-document-allocation.h"
|
||||
@ -142,9 +144,12 @@ static void
|
||||
sysprof_document_allocation_class_init (SysprofDocumentAllocationClass *klass)
|
||||
{
|
||||
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
||||
SysprofDocumentFrameClass *document_frame_class = SYSPROF_DOCUMENT_FRAME_CLASS (klass);
|
||||
|
||||
object_class->get_property = sysprof_document_allocation_get_property;
|
||||
|
||||
document_frame_class->type_name = N_("Allocation");
|
||||
|
||||
/**
|
||||
* SysprofDocumentAllocation:thread-id:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user