ChorusOS 5.0 Application Developer's Guide

Compiling the Application

If you require full report forms, the profiled components must be compiled using the performance profiling compiler options (usually, the -p option).

If you are using the imake environment provided with the ChorusOS operating system:

In either case, add the following line:

FPROF=ON

The performance profiling option can be added dynamically by calling make with the compiler profiling option:


% make PROF=-p  

The preceding call must be made in the directory of the program that is to be performance profiled.