Closed jvoigtlaender closed 9 years ago
Was looking at frameWhen to compare with fpsWhen. Noticed that elm is used for what is now consistently called localRuntime throughout all native code of the core lib. See https://github.com/elm-lang/core/pull/127.
frameWhen
fpsWhen
elm
localRuntime
Thanks. I think that several updates will be needed to bring frameWhen in line with the new-and-improved behavior of fpsWhen.
Was looking at
frameWhen
to compare withfpsWhen
. Noticed thatelm
is used for what is now consistently calledlocalRuntime
throughout all native code of the core lib. See https://github.com/elm-lang/core/pull/127.