Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Reference : Line Summary view
 

Line Summary view

Line Summary view displays the module file of the module and the line details of the file that was called.
When you open a .prof file, Line Summary view opens. You can also select Window > Show View > Profiler > Line Summary from the main menu.
The right section of the Line Summary view displays the debug listing content in the right section, only if you selected the Generate Debug Listing files check box in the Profiler tab of the Run Configuration. The left section displays the following:
Line Number
Displays the line number in the module file that was called.
Times Called
Displays the number of times the line number in the module file that was called.
Average Time (secs)
Displays the average time taken by the line to execute calls.
Total Time (secs)
Displays the total time taken by the line to execute calls.