Method
StartProfiling
Description
Starts the Code Profiler from gathering profiling information.
Usage
StartProfiling
Notes
This method starts profiling again after the StopProfiling method has been called. You still need to have Profile Code enabled in the Project menu.
If you call StopProfiling in the App.Opening event to stop the Code Profiler from profiling all the code in your app then you can then put StartProfiling in only the methods you want to profile.
Compatibility
All project types on all supported operating systems.
See also
StopProfiling method; Code Profiler topic