This section describes analysis tools provided with LF Fortran that allow the user
to analyze source code structure and executable performance.
In this section:
- Sampler Tool helps the programmer tune code by
showing where a program is spending most of its execution time.
- Coverage Tool tells the programmer which parts of
a program are being executed, and which parts are "dead".
- Visual Analyzer allows the user to draw calling
trees, flowchart procedures, check common blocks, etc.