-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
traits: Add refresh_cpu_frequency
and refresh_cpu_all
#1055
traits: Add refresh_cpu_frequency
and refresh_cpu_all
#1055
Conversation
src/traits.rs
Outdated
/// let mut s = System::new_all(); | ||
/// s.refresh_cpu_all(); | ||
/// ``` | ||
fn refresh_cpu_all(&mut self) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename the existing refresh_cpu
into refresh_cpu_usage
and rename this one refresh_cpu
. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GuillaumeGomez done
7128205
to
5cd52da
Compare
5cd52da
to
f266fd3
Compare
@GuillaumeGomez everything should be fixed now. |
I used
|
…ything" Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
b361e3e
to
0e1ef48
Compare
ping @GuillaumeGomez |
Thanks! |
No description provided.