StefanKert / BuildVision

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

Why not starting/showing elapsed time in the row of the current build project? #3

Closed MartinL0815 closed 9 years ago

MartinL0815 commented 9 years ago

Hi,

I don't know, if I remember it correctly, but I feel like missing the elapsed time in the row of the currently building project!

In the current BuildVision version the elapsed time will show up after a project got built, but why not starting to show the increasing elapsed time in the row of the currently building project with starting the build of this project?

Kind regards,

Martin

nag5000 commented 9 years ago

@MartinL0815 Great idea, I'll try to implement it!

For now and in previous versions BuildElapsedTime is computed simply as a difference between BuildFinishTime and BuildStartTime. But during the build BuildFinishTime is null, so BuildElapsedTime also null.

michael-hawker commented 3 years ago

I think this may have regressed. I installed the latest 3.0.2.2 version and I didn't see the ElapsedTime column updating for the row marked Building. It stayed at 00:00:

image