When I called the metrics collection function using an event handler (for the AFTER_LOGIC event), the latency was larger than when I called the function directly after the main_logic function. The reason for this is currently not known.
We should check if this problem also affects the pacer by calling its functions directly before and after main_logic, instead of using events.
When I called the metrics collection function using an event handler (for the AFTER_LOGIC event), the latency was larger than when I called the function directly after the main_logic function. The reason for this is currently not known.
We should check if this problem also affects the pacer by calling its functions directly before and after main_logic, instead of using events.