From da1d2abab35ddc74a2a3d2446dafb88284390201 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Sun, 17 Dec 2023 14:52:31 +0100 Subject: [PATCH] Adds RAPL unit to documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3457b..0264931 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ that one will not have all the sensors activated in his build): ```bash SENSORS: -r|--amd-rapl - AMD RAPL + AMD RAPL (micro-joules) -p|--perf-list <perf_list> performance counters perf_list is a coma separated list of performance counters. @@ -44,7 +44,7 @@ SENSORS: -n|--nvidia-gpu provides basic gpu information [clocks, memory, utilization, power, temperature]. -r|--intel-rapl - INTEL RAPL + INTEL RAPL (micro-joules) -c|--cpu-temp processor temperature -m|--memory -- GitLab