gprof

Code profiler (GNU)

Syntax:

gprof_variant options [executable [data-files...]] [> outfile]

where gprof_variant depends on the target platform, as follows:

Target platform gprof_variant
ARMv7 ntoarmv7-gprof
AArch64 ntoaarch64-gprof
x86 ntox86-gprof
x86 64-bit ntox86_64-gprof

Runs on:

Linux, Mac, Microsoft Windows

Description:

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 Integrated Development Environment (IDE).

For more information about gprof, see the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.

Exit status:

0
Success.
not 0
An error occurred.

Contributing author:

GNU