mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-15 17:29:52 +00:00
71fd2b4cde
The fast polling test uses one timer session for raw 'elapsed_ms' calls and another one for potentially interpolated 'curr_time' calls. It then compares the two results against each other. However, until now, the test did not consider that the duration of the session construction may create a remarkable shift between the local times of the two sessions. This shift is now determined and compensated before doing any comparison. Ref #2400 |
||
---|---|---|
.. | ||
main.cc | ||
target.mk |