summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/gpusensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use tdestandarddirs.hMichele Calgaro2025-02-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Superkaramba: add GPU load sensorMavridis Philippe2024-10-021-0/+129
The sensor has a required `driver` parameter and an optional `gpu` parameter. - The former specifies the backend to use to query the system about GPU load. - The latter specifies the id of the GPU to check. If left out, the backend default will be used. For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>