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

Project Types

Console, Desktop, Mobile, Web

Operating Systems

iOS, Linux, macOS, Windows

See also

StartProfiling method; Code Profiler topic