Lines Matching full:hardware
8 class Hardware: class
9 """Locks down and monitors hardware for benchmarking.
11 This is a common base for classes that can control the specific hardware
12 we are running on. Its purpose is to lock the hardware into a constant
15 with hardware:
19 the hardware state has not changed.
37 """Raises a HardwareException if any hardware state is not as expected."""
41 """Prints any info that may help improve or debug hardware monitoring."""
46 """Gets thrown when certain hardware state is not what we expect.
60 """Simple helper for checking the readings on hardware gauges."""
88 raise Exception("unexpected reading from hardware gauges "