We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90f9005 + 1c19785 commit 80bcfb2Copy full SHA for 80bcfb2
src/common/system.rs
@@ -255,7 +255,8 @@ impl System {
255
self.refresh_cpu_specifics(CpuRefreshKind::everything())
256
}
257
258
- /// Refreshes CPUs specific information.
+ /// Refreshes CPUs specific information. It does not refresh the CPU list.
259
+ /// If you want to refresh the CPU list, use [`System::refresh_cpu_list`] instead.
260
///
261
/// ```no_run
262
/// use sysinfo::{System, CpuRefreshKind};
0 commit comments