diff --git a/pyRAPL/result.py b/pyRAPL/result.py index 6ad4e61..c490e0c 100644 --- a/pyRAPL/result.py +++ b/pyRAPL/result.py @@ -34,7 +34,7 @@ class Result: :vartype duration: float :var pkg: list of the CPU energy consumption -expressed in micro Joules- (one value for each socket) if None, no CPU energy consumption was recorded :vartype pkg: Optional[List[float]] - :var dram: list of the RAM energy consumption -expressed in seconds- (one value for each socket) if None, no RAM energy consumption was recorded + :var dram: list of the RAM energy consumption -expressed in micro Joules- (one value for each socket) if None, no RAM energy consumption was recorded :vartype dram: Optional[List[float]] """ label: str