Hi,
When I try your demo code (from PyPI and this repo):
import pyRAPL
pyRAPL.setup()
@pyRAPL.measure
def foo():
# Instructions to be evaluated.
foo()
I get an attribute error: AttributeError: module 'pyRAPL' has no attribute 'measure'.
Can I please request guidance?
Thank you!
Steph