[gnome-builder] editor: add tracing



commit 478ea1ba829310e99728c358c437fd6b22138e70
Author: Christian Hergert <chergert redhat com>
Date:   Mon Oct 31 03:21:28 2016 -0700

    editor: add tracing

 libide/editor/ide-editor-perspective.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libide/editor/ide-editor-perspective.c b/libide/editor/ide-editor-perspective.c
index 3e5373a..b7a53b9 100644
--- a/libide/editor/ide-editor-perspective.c
+++ b/libide/editor/ide-editor-perspective.c
@@ -305,10 +305,14 @@ static void
 ide_editor_perspective_view_destroyed (IdeEditorPerspective *self,
                                        IdeLayoutView        *view)
 {
+  IDE_ENTRY;
+
   g_assert (IDE_IS_EDITOR_PERSPECTIVE (self));
   g_assert (IDE_IS_LAYOUT_VIEW (view));
 
   g_signal_emit (self, signals [VIEW_REMOVED], 0, view);
+
+  IDE_EXIT;
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]