The gmpf960 utility merges the profile data from multiple executions of an instrumented program into a single file. gcdm960, the optimization decision making utility, uses this merged profile data as input.
The invocation command is:
gmpf960 [ -option ]... { -spf | -o } outfile infile ...
On DOS, you can use a / character instead of the - character preceding each option. The options are listed below.
Using spf outfile creates an output file containing a self-contained profile.
Using o outfile creates an output file containing a raw profile.
Use infile to specify an input file.
See Chapters 4 through 6 of your compiler manual for related information.
Return
to the top of this page.