Would be a cool feature to see exactly how long it takes to execute code passed through the REPL Something like this: ``` ≫ triple [launching app] > var win = Ti.UI.createWindow(); [1ms] undefined > win.open(); [3ms] undefined ```
Would be a cool feature to see exactly how long it takes to execute code passed through the REPL Something like this: