Profiler - Report Generation Options
Report Generation
- Show results at end of Profiler run
- Check this for Profiler to automatically display a report in the IDE after you execute your application with Profiler enabled. If this is not checked, to display the report, click
in the COBOL toolbar.
- Warn if no Profiler information on launch
- Check this to see a warning if no projects in the solution have Profiler enabled and you execute your application with Profiler.
Report Options
- Show full performance profile
- Check this for Profiler to output a full performance profile. If this is not enabled, no statistics are produced for sections or paragraphs that are not entered or PERFORMed. Checking this option is equivalent to setting the ALL directive.
- Show performance profile in alphabetical order by paragraph
- Check this for Profiler to output performance statistics in alphabetical order by paragraph name. If this is not enabled, statistics are output in descending order of the total percentage time spent in each paragraph. Checking this option is equivalent to setting the ALPHA directive.
- Results directory
- Specify the folder in which Profiler will store the report files. By default, this is the
Profiling subfolder of the entire solution.