It would be nice to have an option to report timing information for each URSA command when running in HITL mode. My initial naive attempt at this was to add, e.g., render_session_summary(self.executor.thread_id) at the end of each run_* method in HITL, but this just gave the "No session data" message.