Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the startup timer more accurate #3

Open
rocketnia opened this issue Dec 7, 2021 · 0 comments
Open

Make the startup timer more accurate #3

rocketnia opened this issue Dec 7, 2021 · 0 comments

Comments

@rocketnia
Copy link
Member

Currently, timing begins from the moment Console_st.mainAsync() is called. In Java, the start of main is one of the earliest, if not the earliest, possible times to do something. But in our Node.js and web REPLs, we spend some time loading Rainbow.js itself, and we can potentially start the clock much earlier on. Let's do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant