OperationalBina / PipeRT

MIT License
11 stars 7 forks source link

Using the events mechanism causes additional latency #55

Open sionovd opened 4 years ago

sionovd commented 4 years ago

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.