From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Simpson Date: Tue, 23 May 2000 20:28:18 +0000 Subject: [Linux-ia64] Profiling Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Hi all, I'm trying to profile a large program using gcc's -pg option and gprof, but so far have met with little success. It seems that -pg is causing the compiler to generate a certain amount of crappy code... The -a option (for basic block profiling) merely causes an internal compiler error. I am using build 0505 of IA64 TurboLinux. Has anyone else had trouble using the profiler? Thanks, Ken Simpson