|
C Profiling Options
| Option |
Meaning |
| -xa |
Generates code for profiling. |
| -xpg |
Compiles for profiling with the gprof profiler. |
| -xprofile |
Collects or optimizes with runtime profiling data. |
C++ Profiling Options
| Option |
Meaning |
| -xa |
Generates code for profiling. |
| -xpg |
Compiles for profiling with the gprof profiler. |
| -xprofile |
Collects or optimizes with runtime profiling data. |
F95 Profiling Options
| Option |
Meaning |
| -xa |
Generates code for profiling. |
| -xpg |
Compiles for profiling with the gprof profiler. |
| -xprofile |
Collects or optimizes with runtime profiling data. |
 |
 |