Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

opimization of code

Status
Not open for further replies.

jubbles

Technical User
Nov 12, 2002
4
IE
Hi all,
Is there anyway i can see which line of code is executed most in a program written in visual c++. Or is there anyway of finding out which functions take the longest time etc in VC++. I have a program which is taking weeks to run, because of a heavy data load, and I would like to focus on areas which I could opitmise,
Thanks
Jubbles
 
Profiling is available with VC++ Enterprise only, I think.

Anyway the VC++ Books online has information on profiling most types of dll's and exe's. For COM objects you may have to dig a litter deeper.

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top