It seems like it should be possible to configure Visual Studio to print out how long the compile takes.
Perhaps somewhere in the .sln file. If the sln is compiled from the command line using msbuild, it prints the time.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will see in the “Output” window the beginning time and the end time. Do the math!
Exercise for the reader: Pipe the output of the two commands to a file and subtract them and output it to the output window.