Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
libksysguard
Commits
6634d7f5
Commit
6634d7f5
authored
Apr 14, 2021
by
David Edmundson
Browse files
Pass update rate to ProcessCore::updateAllProcesses
This is used for internal event compression
parent
2a5482a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
processcore/cgroup_data_model.cpp
View file @
6634d7f5
...
...
@@ -401,7 +401,7 @@ void CGroupDataModel::update()
// In an ideal world we would only the relevant process
// but Ksysguard::Processes doesn't handle that very well
d
->
m_processes
->
updateAllProcesses
();
d
->
m_processes
->
updateAllProcesses
(
d
->
m_updateTimer
->
interval
()
);
update
(
d
->
m_rootGroup
.
data
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment