We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd69f6d + 018e84e commit 6c4f57cCopy full SHA for 6c4f57c
pyRAPL/result.py
@@ -34,7 +34,7 @@ class Result:
34
:vartype duration: float
35
: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
36
: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
+ :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
38
:vartype dram: Optional[List[float]]
39
"""
40
label: str
0 commit comments