Method

StopProfiling


Description

Stops the Code Profiler from gathering profiling information.

Usage

StopProfiling

Notes

Call this method in the App.Opening event to stop the Code Profiler from profiling all the code in your app. You can then call StartProfiling in only the methods you want to profile.

Compatibility

All project types on all supported operating systems.

See also

StartProfiling method; Code Profiler topic