Index: leahi_dialin/td/modules/treatment.py =================================================================== diff -u -r8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf -r034ef9887584984c3f261bfb748aa70994b9751b --- leahi_dialin/td/modules/treatment.py (.../treatment.py) (revision 8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf) +++ leahi_dialin/td/modules/treatment.py (.../treatment.py) (revision 034ef9887584984c3f261bfb748aa70994b9751b) @@ -154,7 +154,7 @@ self.process_into_vars(decoder_list = msg_list, message = message) self.tx_params_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) @publish(["msg_id_td_saline_bolus_data", "tgt_saline_volume","cum_saline_volume","bol_saline_volume",