Skip to content

Flush process cache after fetching a CGroup's PIDs

David Edmundson requested to merge work/better_app_model into master

The process cache turns a PID into a KSysguard::Process* to save lookups in each data fetch.

Once we update the applications pids this needs resetting.


Pass update rate to ProcessCore::updateAllProcesses

This is used for internal event compression


Update applications list immediately when re-enabling view

Otherwise we potentially show stale data for a brief period.

Merge request reports