SPRUI04F july 2015 – april 2023
The code generation tools include a path profiling utility, pprof6x, that is run from the compiler, cl6x. The pprof6x utility is invoked by the compiler when the --gen_profile or the --use_profile command is used from the compiler command line:
cl6x --gen_profile ... file.c |
cl6x --use_profile ... file.c |
For further information about profile-based optimization and a more detailed description of the profiling infrastructure, see Section 4.10.