clock: Don't query wall_time() on the fly
We do know the update timestamp already as it is passed in via Clock::update() and saved as Clock.last_tick. Make use of this value instead of calling into a browser API each time.
Please register or sign in to comment