I use os.clock() calls a lot to measure time.
Now I realized the speed to refresh sth is different on windows vs android (older tablet).
Is os.clock() useable for operations that are between 0.05 and 0.2 (interval persecond)?
Is there an alternative call?
Settings in game.project: refresh frequency (35fps + checked variable dt)