mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: link time adjustment for counters
This commit is contained in:
@ -847,6 +847,7 @@ sysprof_capture_view_init (SysprofCaptureView *self)
|
|||||||
G_ACTION_GROUP (group));
|
G_ACTION_GROUP (group));
|
||||||
|
|
||||||
_sysprof_marks_view_set_hadjustment (priv->marks_view, priv->time_adj);
|
_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);
|
_sysprof_visualizer_view_set_hadjustment (priv->visualizer_view, priv->time_adj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user