Code profiler (GNU)
gprof_variant options [executable [data-files...]] [> outfile]
The gprof_variant depends on the target platform, as follows:
| Target platform: | gprof_variant: |
|---|---|
| ARM | ntoarm-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 Integrated Development Environment (IDE).
For detailed documentation about gprof, see the the GNU website at http://www.gnu.org/ .
GNU