Index: leahi_dialin/dd/modules/balancing_chamber.py =================================================================== diff -u -r820c94585ab5d85c40395e828c4dfe2da164c105 -r5c1132f5aadff6082afa56588ad1f4a64f828cd9 --- leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision 820c94585ab5d85c40395e828c4dfe2da164c105) +++ leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision 5c1132f5aadff6082afa56588ad1f4a64f828cd9) @@ -91,7 +91,7 @@ message = message) self.dd_bal_chamber_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) def cmd_balancing_chamber_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: """