fpsmeter
fpsmeter copied to clipboard
use Date.now() instead of +new Date
it's faster and doesn't throw JS VM's into unoptimized states.
Will do. I think I even started using +new Date() after seeing it in one of your snippets :))
yeah these things are usually my fault. :)