mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: leave process 0 visible
This can be a number of samples, and is worthwhile for debugging unless toggled off in the view options.
This commit is contained in:
@ -340,7 +340,6 @@ sysprof_session_init (SysprofSession *self)
|
|||||||
self->selected_time_axis = sysprof_value_axis_new (0, 0);
|
self->selected_time_axis = sysprof_value_axis_new (0, 0);
|
||||||
self->visible_time_axis = sysprof_value_axis_new (0, 0);
|
self->visible_time_axis = sysprof_value_axis_new (0, 0);
|
||||||
|
|
||||||
self->ignore_process_0 = TRUE;
|
|
||||||
self->categorize_frames = TRUE;
|
self->categorize_frames = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user