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

Add a new NINJA_STATUS format: %E for ETA time. #1428

Closed
wants to merge 1 commit into from

Conversation

irishrover
Copy link

'%E' prints a time remaining to complete the build.
Now '%e' and '%E' both print not just seconds, but h:mm:ss.

'%E' prints a time remaining to complete the build.
Now '%e' and '%E' both print not just seconds,
but hh:mm:ss.
@irishrover
Copy link
Author

@nico, ping :-)

@nico
Copy link
Collaborator

nico commented Nov 15, 2018

This assumes that all edges run at the same rate, right? I think previous discussions about this suggested using historical times from .ninja_log if present, which someone said makes the ETA much more precise.

@irishrover
Copy link
Author

This assumes that all edges run at the same rate, right? I think previous discussions about this suggested using historical times from .ninja_log if present, which someone said makes the ETA much more precise.

OK, so I close this PR. Thanks.

@irishrover irishrover closed this Nov 16, 2018
@LebedevRI
Copy link
Contributor

Superseded by #1963.

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

Successfully merging this pull request may close these issues.

4 participants