tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

Show execution time of each message #76

Open tonylukasavage opened 9 years ago

tonylukasavage commented 9 years ago

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