[sysprof] libsysprof-ui: link time adjustment for counters



commit 0c1d842aaf7f8b8c273f5bdfcd1ff90c3623c146
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]