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

we don't show timing in the main log output #368

Open
yegor256 opened this issue Nov 4, 2024 · 2 comments · May be fixed by #389
Open

we don't show timing in the main log output #368

yegor256 opened this issue Nov 4, 2024 · 2 comments · May be fixed by #389
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yegor256
Copy link
Member

yegor256 commented Nov 4, 2024

Currently, I'm getting this:

$ eoc compile
EO objects registered in .eoc/eo-foreign.json
EO program assembled in .eoc
EO program verified in .eoc
Java sources generated in .eoc/generated-sources
Java .class files compiled into .eoc

Would be much better to see this:

EO objects registered in .eoc/eo-foreign.json in 34ms
EO program assembled in .eoc in 1s
EO program verified in .eoc in 340ms
Java sources generated in .eoc/generated-sources in 5s
Java .class files compiled into .eoc in 2s

Let's add the timings at the end of every logging line.

@yegor256 yegor256 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 4, 2024
@yegor256 yegor256 changed the title show timing in the main log output we don't show timing in the main log output Nov 4, 2024
@yegor256 yegor256 added the bug Something isn't working label Nov 4, 2024
@ReBy298
Copy link

ReBy298 commented Nov 4, 2024

I would like to contribute to this issue :D

@yegor256
Copy link
Member Author

yegor256 commented Nov 5, 2024

@ReBy298 please, go head!

trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 23, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 24, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 25, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 26, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 27, 2024
trapvpack added a commit to trapvpack/eoc that referenced this issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants