Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Measuring total solution build time in Visual Studio [duplicate]

Does any know if there is any native mechanism to report on the total solution build time in Visual Studio 2008? You can change the build verbosity to report build times per project as discussed here or report total build time from msbuild but I’d like to see this in the IDE across an entire solution containing many projects. Short of creating custom pre and post build events, does anyone know if there’s any native output for total build time? Thanks!

like image 912
Troy Hunt Avatar asked Oct 28 '09 23:10

Troy Hunt


People also ask

How to check build time in Visual Studio?

Show activity on this post. Menu Tools → Options → Projects and Solutions → VC++ Project Settings → Build Timing should work.


1 Answers

For the sake of completeness, the correct answer is "No, you can't report on total solution build time directly within Visual Studio".

like image 71
Troy Hunt Avatar answered Sep 21 '22 09:09

Troy Hunt