Skip to content

Commit

Permalink
Merge pull request #20 from iivanoo/iivanoo-patch-1
Browse files Browse the repository at this point in the history
Fix documentation about the DRAM results. Fixes issue #13
  • Loading branch information
rouvoy authored Nov 7, 2023
2 parents bd69f6d + 018e84e commit 6c4f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyRAPL/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c4f57c

Please sign in to comment.