lisa.energy_model.ActiveState#
- class lisa.energy_model.ActiveState(capacity=None, power=None)[source]#
Bases:
tuple
Represents power and compute capacity at a given frequency
Represents power and compute capacity at a given frequency
Attributes
Alias for field number 0.
Alias for field number 1.
Methods
Create new instance of _ActiveState(capacity, power).
Attributes#
- ActiveState.__match_args__ = ('capacity', 'power')#