Skip to content

Fix wrong "Total elapsed time" messages#170

Merged
BillyONeal merged 1 commit intomicrosoft:mainfrom
autoantwort:fix-total-elapsed-time
Oct 1, 2021
Merged

Fix wrong "Total elapsed time" messages#170
BillyONeal merged 1 commit intomicrosoft:mainfrom
autoantwort:fix-total-elapsed-time

Conversation

@autoantwort
Copy link
Copy Markdown
Contributor

@autoantwort autoantwort commented Aug 21, 2021

Fixes microsoft/vcpkg#16850

Maybe somewhere internally a function need the current printed time, but as an end user I am only interested in the real "total elapsed time" and not how long some internally sub function needs.

@BillyONeal
Copy link
Copy Markdown
Member

I'm not sure I agree with this fix because it extends use of globals and leaves the potentially misleading total_elapsed_time member.

@autoantwort
Copy link
Copy Markdown
Contributor Author

I think we can completely remove the total_elapsed_time member.

@BillyONeal
Copy link
Copy Markdown
Member

I think we can completely remove the total_elapsed_time member.

Sounds good, can you do that? :)

@autoantwort autoantwort force-pushed the fix-total-elapsed-time branch from c4bb2d5 to 58664ea Compare October 1, 2021 08:34
@autoantwort autoantwort force-pushed the fix-total-elapsed-time branch from 58664ea to faef08c Compare October 1, 2021 08:39
@BillyONeal BillyONeal merged commit dd2108d into microsoft:main Oct 1, 2021
@BillyONeal
Copy link
Copy Markdown
Member

Thanks!

@autoantwort autoantwort deleted the fix-total-elapsed-time branch November 7, 2021 19:44
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

Successfully merging this pull request may close these issues.

"Total elapsed time" can not be right

2 participants