From owner-freebsd-questions Thu Nov 12 04:35:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03310 for freebsd-questions-outgoing; Thu, 12 Nov 1998 04:35:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03302 for ; Thu, 12 Nov 1998 04:35:15 -0800 (PST) (envelope-from rmz@dunk.follo.net) Received: from dunk.follo.net (dunk.follo.net [195.204.143.225]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA17934 for ; Thu, 12 Nov 1998 13:34:55 +0100 (CET) Received: (from rmz@localhost) by dunk.follo.net (8.8.8/8.8.6) id NAA11235; Thu, 12 Nov 1998 13:34:55 +0100 (CET) Message-ID: <19981112133454.35669@follo.net> Date: Thu, 12 Nov 1998 13:34:54 +0100 From: Bjorn Remseth To: questions@FreeBSD.ORG Subject: Problems with profiling Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Organization: Yes! Interactive AS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to profile a program using "gcc -pg" and gprof, but I'm not getting any stats from beyond the initializing code: After writing 63356 (exactly 2^16 :)) bytes to gmon.out, no further output is generated, even though the program appears to be running flawlessly, handeling incoming transactions with no problems at all. (everything is compiled with -pg, "make clean" is done, there is plenty of room on the disk & so on. No obvious blunders I could find). Does anyone have a clue about where I should start to look for a solution to this one? (Rmz) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message