mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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->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