aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpbench/_hardware.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skpbench/_hardware.py')
-rw-r--r--tools/skpbench/_hardware.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/skpbench/_hardware.py b/tools/skpbench/_hardware.py
index f1c8c26843..9c929c43db 100644
--- a/tools/skpbench/_hardware.py
+++ b/tools/skpbench/_hardware.py
@@ -33,6 +33,10 @@ class Hardware:
"""Raises a HardwareException if any hardware state is not as expected."""
pass
+ def print_debug_diagnostics(self):
+ """Prints any info that may help improve or debug hardware monitoring."""
+ pass
+
def sleep(self, sleeptime):
"""Puts the hardware into a resting state for a fixed amount of time."""
time.sleep(sleeptime)