From owner-freebsd-threads@FreeBSD.ORG Tue Jul 15 21:42:56 2008 Return-Path: Delivered-To: threads@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 487B1106566B for ; Tue, 15 Jul 2008 21:42:56 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outF.internet-mail-service.net (outf.internet-mail-service.net [216.240.47.229]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE0B8FC08 for ; Tue, 15 Jul 2008 21:42:56 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 51E4E241F; Tue, 15 Jul 2008 14:29:54 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id D31532D6022; Tue, 15 Jul 2008 14:29:53 -0700 (PDT) Message-ID: <487D1651.7050608@elischer.org> Date: Tue, 15 Jul 2008 14:27:45 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Alfred Perlstein References: <20080715210540.GP95574@elvis.mu.org> In-Reply-To: <20080715210540.GP95574@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: threads@freebsd.org Subject: Re: gprof on threaded applications on FreeBSD. X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2008 21:42:56 -0000 Alfred Perlstein wrote: > Does FreeBSD support gprof on threaded applications? > > If so, what versions did it start working on? > > What libarary? libthr? libpthread? > > Can we use something like this internally if it doesn't work? > http://sam.zoy.org/writings/programming/gprof.html > > have you tried it? I did try it once before and my VAGUE memory is that the results were of some use. but I can't tell you much more than that.