views:

460

answers:

1

Hi!

From what I've seen on this site, most of the people believe that first step when optimizing a program is to profile it so I decided to learn how to do that in VS2010.

So are there any tutorials on Internet or books which explain what is what in profiler?

+1  A: 

msdn :)

Calvin1602
@AndrejaKo: This is a polished tutorial for a polished product. If only the product did what was needed. Real software is nothing at all like the Mandelbrot example. There are some powerful myths around profiling, and the VS profiler buys into them big-time: http://stackoverflow.com/questions/1777556/alternatives-to-gprof/1779343#1779343
Mike Dunlavey