i am getting same profile(for gcc) for all testcases

Segher Boessenkool segher@kernel.crashing.org
Fri Mar 5 10:15:00 GMT 2004


On 4-mrt-04, at 22:10, Jim Wilson wrote:
> Gcc contains multiple programs.  If you compiled all of them with 
> profile info, then the profile output files may be overwriting each 
> other.  Use gcc -v to see what all the gcc driver does, and try 
> running individual programs instead of running the gcc driver.

Or set the environment variable GMON_OUT_PREFIX, i.e.,

	export GMON_OUT_PREFIX=gmon


Segher



More information about the Gcc mailing list