From owner-freebsd-hackers Sun Aug 12 2:30:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 83F4037B40E for ; Sun, 12 Aug 2001 02:30:30 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.247.137.140.Dial1.SanJose1.Level3.net [209.247.137.140]) by gull.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id CAA07239; Sun, 12 Aug 2001 02:30:19 -0700 (PDT) Message-ID: <3B764CD4.9F63D071@mindspring.com> Date: Sun, 12 Aug 2001 02:31:00 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bernd Walter Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Profiling under FreeBSD References: <20010812111229.A6862@cicely20.cicely.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bernd Walter wrote: > Can anyone give me a short intro about how to profile a C/C++ programm > under FreeBSD? > Pointers to URLs and Books are also welcome. Use "CFLAGS=-pg", and make sure the program terminates normally; also "man gprof". -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message