Skip to content

Show execution time of each message #76

@tonylukasavage

Description

@tonylukasavage

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions