Index: leahi_dialin/td/modules/buttons.py =================================================================== diff -u -r820c94585ab5d85c40395e828c4dfe2da164c105 -r5c1132f5aadff6082afa56588ad1f4a64f828cd9 --- leahi_dialin/td/modules/buttons.py (.../buttons.py) (revision 820c94585ab5d85c40395e828c4dfe2da164c105) +++ leahi_dialin/td/modules/buttons.py (.../buttons.py) (revision 5c1132f5aadff6082afa56588ad1f4a64f828cd9) @@ -84,7 +84,7 @@ if len(mode) > 0: self.poweroff_timeout_expired = bool(mode[0]) self.td_power_off_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) def cmd_off_button_override(self, state: int, reset: int = NO_RESET) -> int: