December 2002
Intermediate to advanced
648 pages
19h 53m
English
Visual Studio, Version 6.0, came with a useful profiler tool for finding out how much time you are spending inside each of your functions. Unfortunately, Microsoft has removed this utility from the Visual Studio.NET, Version 7.0 release. It’s almost worthwhile keeping a copy of Version 6.0 around just for the profiler! Otherwise you will need to get a third-party profiling tool to use with Visual Studio.NET.
In any case, let’s briefly describe the use of the Visual Studio, Version 6.0, profiler. The Version 6.0 profiler is useful in figuring out how to make your program run faster. To get a dialog for starting the profiler, select Build | Profile...
Because the profiler is basically a command-line ...
Read now
Unlock full access