Simon Himmelbauer <[email protected]> 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 _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
