mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
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
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.