Exception Profiling
Floating point exceptions that are not handled by the program cause hardware traps. A large number of ignored exceptions can cause a program to run slowly.
Use ssrun -fpe to create a trace file that records all floating point exceptions and use prof to display the procedures and lines that caused the exceptions.