Intel i960 User Manual page 42

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

2
fprof (Instrument)
Instruments code for
profile creation.
2-24
i960 Processor Compiler User's Guide
This option does not otherwise change the code or data generated for the
object modules. It simply makes optimization information collected
during the initial compilation available to gcdm.
Before using the
option, you should read Chapter 4, Program-wide
fdb
Analysis and Optimization, and Chapter 6, gcdm Decision Maker Option.
If you intend to use execution profiles when optimizing your application,
you should read Chapter 5, Profile Data Merging and Data Format
(gmpf960).
This option inserts execution profile instrumentation code into the code
generated during compilation, so that when the linked program is
executed, a profile can be collected.
Before using the
fprof
strategies on using CTOOLS profiling and other optimization features.
This option enables the
program database information into the object modules and create the
program database.
fprof
optimization level of O1 (although higher module-local optimization
levels are allowed).
When you use the
fprof
profile collection (
libqf
environment does not support file I/O, you must explicitly link an alternate
profiling library (
). The profiling libraries provided are described in
libq
Chapter 2 of the i960 Processor Library Supplement.
option, read Chapters 4 through 6 for general
option, which instructs the compiler to insert
fdb
also requires a minimum module-local
option, a special profiling library required for
) is linked automatically. If your target

Advertisement

Table of Contents
loading

Table of Contents