Identify ABL performance problems with profiler
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Videos
Identify ABL performance problems with profiler. When you receive feedback that your application is not performing well, you can use profiler to collect data about the execution of your code. In Developer Studio, you can navigate through the output generated by profiler to help identify a potential bottleneck.
In the Profiler View, in the Line Summary tab, you can navigate to a specific line in the generated listing for your code that may be the source of poor performance.
In this video, you’ll learn:
- How to enable profiler
- How to navigate through the output generated by profiler
- How to identify potential performance problems
- Other ways to profile your application