Sun Performance WorkShop Fortran Overview

Runtime Checking

Use runtime checking (RTC) to find elusive memory access violations and memory leaks in both single-threaded and multithreaded applications. With runtime checking, you can detect runtime errors in an application during the development phase. As errors are detected, the debugger interrupts program execution and displays the relevant source code so you can fix bugs as they are found.