From: jle AT star DOT be X-Lotus-Fromdomain: STARINFORMATIC To: pgcc AT delorie DOT com Message-Id: Date: Thu, 16 Sep 1999 10:18:23 +0200 Subject: profiling option -pg Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: pgcc AT delorie DOT com On a Pentium II 350 MHz RedHat Linux 6.0: With gcc-2.95.1, I can profile a program with: gcc -O -pg a.c ./a.out gprof ./a.out | more With pgcc -2.95.1, I can profile a program with: gcc -pg a.c ./a.out gprof ./a.out | more BUT, if I use the -O option, gprof complains about missing data in the gmon.out file. Is it a bug, or an expected behaviour for pgcc-2.95.1 ? pgcc-ly yours, Jacques Leroy