mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-04 19:07:13 +02:00
arc stats
This commit is contained in:
parent
91bea1d70b
commit
78893bdaed
3 changed files with 90 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ impl PowerUsage {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn power_usage() -> Result<Option<PowerUsage>> {
|
||||
if !CAN_READ.load(Ordering::Relaxed) {
|
||||
return Ok(None);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue