Code profiler (GNU)
gprof_variant options [executable [data-files...]] [> outfile]
QNX Neutrino, Linux, Microsoft Windows
The gprof_variant depends on the target platform, as follows:
Target platform: | gprof_variant: |
---|---|
ARM | ntoarm-gprof |
MIPS | ntomips-gprof |
PowerPC | ntoppc-gprof |
SH4 | ntosh-gprof |
x86 | ntox86-gprof |
The gprof utility produces code-profiling data for an application compiled with the -p option to qcc (or the -pg option to gcc). This data is interpreted visually for you by the Application Profiler perspective in the QNX Momentics IDE.
For detailed documentation about gprof, see the the GNU website at http://www.gnu.org/.
GNU