prof-gen, Qprof-gen
Produces an instrumented object file that can be used in profile guided optimization.
prof-gen-sampling
Tells the compiler to generate debug discriminators in debug output. This aids in developing more precise sampled profiling output. This option is deprecated and will be removed in a future release.
prof-src-dir, Qprof-src-dir
Determines whether directory information of the source file under compilation is considered when looking up profile data records.
prof-src-root, Qprof-src-root
Lets you use relative directory paths when looking up profile data and specifies a directory as the base.
prof-src-root-cwd, Qprof-src-root-cwd
Lets you use relative directory paths when looking up profile data and specifies the current working directory as the base.
prof-use, Qprof-use
Enables the use of profiling information during optimization.
prof-use-sampling
Lets you use data files produced by hardware profiling to produce an optimized executable. This option is deprecated and will be removed in a future release.