I see, thank you anyways!
Cheers, Simon
On 02.10.20 21:39, Tomasz Gajewski wrote:
Simon Himmelbauer himmelba@in.tum.de writes:
Anyways, regarding your timing problems, how exactly did you measure them? My current setup consists of taking a start and stop timestamp via a timer-connection but I only seem to get milliseconds-precision (I tried using elapsed_us() but it seems to always produce "microsecond"-values ending with three zeroes.).
I didn't really need measuring elapsed time but the problem was that I needed logs to understand what is going on and enabling them was changing behavior. I thought it was important to not influence behavior with logs in your case too.
Cheers Tomasz