Compiler Option: -profile

Enable function profiling for gmon/gprof

Syntax
	-profile

Description
	The -profile compiler option enables profiling code generation for 
	gmon/gprof. After running an executable compiled with this option, a 
	gmon.out file will be created in the program directory, allowing use of 
	GPROF for analysis of the program's execution.

See also
	* CompilerOptprofgenCompiler Option: -profgen
	* ProPgProfilingGmonGprofProfiling for gmon/gprof
	* CompilerCmdLineUsing the Command Line

