new Clock() Object for keeping track of time. This uses performance.now if it is available, otherwise it reverts to the less accurate Date.now. Source: stl.js, line 512 See: Clock