mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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));
|
||||
|
||||
_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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user