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

[Feature Request]: hours/minutes/seconds in build time #10446

Closed
Forgind opened this issue Jul 25, 2024 · 1 comment
Closed

[Feature Request]: hours/minutes/seconds in build time #10446

Forgind opened this issue Jul 25, 2024 · 1 comment
Labels
Feature Request needs-design Requires discussion with the dev team before attempting a fix.

Comments

@Forgind
Copy link
Member

Forgind commented Jul 25, 2024

Summary

My computer is unfortunately pretty slow, so I get some long builds. Here's the latest example of an incremental build of the dotnet/sdk repo:
image

What would you think of having a breakpoint after which, instead of showing just seconds, we show minutes and seconds (Build succeeded in 19 minutes and 29 seconds) and a later breakpoint for hours (Build succeeded in 5 hours 7 minutes and 15 seconds). Would folks be in favor of something like that? If so, what do you think would be appropriate breakpoints? I was thinking like 200 seconds --> 3 minutes and 20 seconds and 100 minutes --> 1 hour and 40 minutes, but I just made that up based on what felt right to me. 60 seconds --> 1 minute and 60 minutes --> 1 hour might be better.

And if you like this idea, I can try to work on it at some point. I recognize that it's not particularly urgent.

Background and Motivation

I want to know how long my builds took without doing math.

Proposed Feature

Builds that do the math for me!

Alternative Designs

No response

@Forgind Forgind added Feature Request needs-design Requires discussion with the dev team before attempting a fix. labels Jul 25, 2024
@baronfel
Copy link
Member

Good issue! Duplicate of #8782 though :)

@baronfel baronfel closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request needs-design Requires discussion with the dev team before attempting a fix.
Projects
None yet
Development

No branches or pull requests

2 participants