Sun Java Solaris Communities My SDN Account Join SDN
 
Compiler Options

Profiling Options by Language

Sun Studio
Patches
 
Documentation
Code Samples & Apps
Technical Articles & Tips
 
Forums
Blogs
 
 
 

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.

Related Links