Index: leahi_dialin/td/modules/bubble_detector.py =================================================================== diff -u -r8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf -r034ef9887584984c3f261bfb748aa70994b9751b --- leahi_dialin/td/modules/bubble_detector.py (.../bubble_detector.py) (revision 8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf) +++ leahi_dialin/td/modules/bubble_detector.py (.../bubble_detector.py) (revision 034ef9887584984c3f261bfb748aa70994b9751b) @@ -91,7 +91,7 @@ decoder_list = sensor_list, message = message) self.td_air_bubbles_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) def cmd_air_bubbles_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: