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:
Christian Hergert
2023-08-28 14:58:47 -07:00
parent 7150db0045
commit 279e8ae397

View File

@ -340,7 +340,6 @@ sysprof_session_init (SysprofSession *self)
self->selected_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;
}