
Integrated now into Sysprof is support for showing CPU/process scheduler details inline as part of the profiling process. In turn this should help in analyzing of various issues.
Christian Hergert worked on the scheduler details integration for Sysprof and wrote a brief blog post about the new feature and provided the screenshot above.
"this allows us to record what processes are scheduled when and see them as marks, per CPU.
this was requested when using/looking at sysprof data and wasn't terribly difficult to implement, so landing a bit late to fill our some of our 45 feature set."
More details on the scheduler information via the merge request that landed yesterday.