sysprof: ignore process 0 by default

This commit is contained in:
Christian Hergert
2023-08-04 13:19:28 -07:00
parent fea7a11698
commit 40e8a02cab

View File

@ -294,6 +294,8 @@ sysprof_session_init (SysprofSession *self)
self->filter = gtk_every_filter_new ();
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;
}