Skip to content

Commit 6c4f57c

Browse files
authored
Merge pull request #20 from iivanoo/iivanoo-patch-1
Fix documentation about the DRAM results. Fixes issue #13
2 parents bd69f6d + 018e84e commit 6c4f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyRAPL/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Result:
3434
:vartype duration: float
3535
: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
3636
:vartype pkg: Optional[List[float]]
37-
:var dram: list of the RAM energy consumption -expressed in seconds- (one value for each socket) if None, no RAM energy consumption was recorded
37+
: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
3838
:vartype dram: Optional[List[float]]
3939
"""
4040
label: str

0 commit comments

Comments
 (0)