mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-04 19:07:13 +02:00
gpu usage bits
This commit is contained in:
parent
d549f17da7
commit
2dff136ee6
11 changed files with 184 additions and 40 deletions
|
|
@ -84,7 +84,7 @@ pub fn power_usage() -> Result<Option<PowerUsage>> {
|
|||
}
|
||||
}
|
||||
|
||||
if let Some(nvidia_power) = crate::nvidia::power() {
|
||||
if let Some(nvidia_power) = crate::gpu::nvidia::power() {
|
||||
usage.gpu_uj = nvidia_power;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue