Date: Thu, 12 Nov 1998 13:34:54 +0100 From: Bjorn Remseth <rmz@follo.net> To: questions@FreeBSD.ORG Subject: Problems with profiling Message-ID: <19981112133454.35669@follo.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981112133454.35669>
