[sysprof/wip/chergert/sysprof-3] libsysprof-ui: link time adjustment for counters



commit adf7f0b85e96d8bc29c0de41b938609952c1b1ab
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 23 14:13:48 2019 -0700

    libsysprof-ui: link time adjustment for counters

 src/libsysprof-ui/sysprof-capture-view.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libsysprof-ui/sysprof-capture-view.c b/src/libsysprof-ui/sysprof-capture-view.c
index a457ea1..dd7e477 100644
--- a/src/libsysprof-ui/sysprof-capture-view.c
+++ b/src/libsysprof-ui/sysprof-capture-view.c
@@ -847,6 +847,7 @@ sysprof_capture_view_init (SysprofCaptureView *self)
                                   G_ACTION_GROUP (group));
 
   _sysprof_marks_view_set_hadjustment (priv->marks_view, priv->time_adj);
+  _sysprof_marks_view_set_hadjustment (priv->counters_view, priv->time_adj);
   _sysprof_visualizer_view_set_hadjustment (priv->visualizer_view, priv->time_adj);
 }
 


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