mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: ignore process 0 by default
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user