Find out what module is taking so long to compile

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there a way when using Visual Studio 2005 to find out how long each
module (file) takes to compile? I have a program that takes over a minute to
build and I want to get it faster but it would be nice to know which one is
taking the longest so I'm not just hacking in the dark to try and make
changes.

TIA - Jeff.
 
Hello UJ,
Is there a way when using Visual Studio 2005 to find out how long each
module (file) takes to compile? I have a program that takes over a minute
to build and I want to get it faster but it would be nice to know which
one is taking the longest so I'm not just hacking in the dark to try and
make changes.

Have you tried looking at the Output window in VS? Bring it up via View |
Output and if necessary switch it to the "Build" output via the combo box
in its toolbar. For each assembly that has been built, there should be a
line there saying something like "Time Elapsed 00:00:00.38".


Oliver Sturm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top