StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Elapsed build time does not handle a duration greater than an hour #55

Closed SirNH closed 6 years ago

SirNH commented 6 years ago

The elapsed build time at the top of the window will wrap around back to 00:00 after an hour. I work on a VERY large project and I wanted to use BuildVision to help benchmark various build optimizations.

StefanKert commented 6 years ago

Hey there,

I assume that you are talking about the time in the header:

image

You can change this by going to

Tools -> Options... -> BuildVision -> Build Messages

And then change the following field:

image

If you want to display hours as well as minutes and seconds type in:

hh\:mm\:ss

The result will then look like this:

image

StefanKert commented 6 years ago

Any news on this @SirNH?

SirNH commented 6 years ago

Yup, it's working! Thanks for the advice!

------ Original Message ------ From: "Stefan Kert" notifications@github.com To: "StefanKert/BuildVision" BuildVision@noreply.github.com Cc: "SirNH" brian.williams10@comcast.net; "Mention" mention@noreply.github.com Sent: 1/28/2018 11:48:07 PM Subject: Re: [StefanKert/BuildVision] Elapsed build time does not handle a duration greater than an hour (#55)

Any news on this @SirNH https://github.com/sirnh?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/StefanKert/BuildVision/issues/55#issuecomment-361164261, or mute the thread https://github.com/notifications/unsubscribe-auth/AhfXNVIbWH_0yDSO2aWil-RBXr9l8k0mks5tPXe2gaJpZM4RTvXA.

StefanKert commented 6 years ago

Great! Thanks for the really (!) fast reply :).