From owner-freebsd-toolchain@FreeBSD.ORG Sun Sep 15 09:54:17 2013 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0056126D for ; Sun, 15 Sep 2013 09:54:16 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (mail.vlakno.cz [178.238.39.38]) by mx1.freebsd.org (Postfix) with ESMTP id B875628B7 for ; Sun, 15 Sep 2013 09:54:16 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 2BFB31CC55D1; Sun, 15 Sep 2013 11:44:34 +0200 (CEST) Date: Sun, 15 Sep 2013 11:44:34 +0200 From: Roman Divacky To: Dominic Fandrey Subject: Re: Profiling with clang Message-ID: <20130915094434.GA15535@freebsd.org> References: <52357D49.5020907@bsdforen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52357D49.5020907@bsdforen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 09:54:17 -0000 clang -pg should work just fine... what problems are you seeing? On Sun, Sep 15, 2013 at 11:26:33AM +0200, Dominic Fandrey wrote: > Recently I've been using profiling with c++ -pg a lot. I'm developing > a simulation and have been able to more than double the performance, > just by focusing my attention on the top functions listed in the > profile. Inlining them, optimising them or finding ways to call them > less often. > > Even though I use clang as my compiler, for profiling I have to refer > to the old gcc42. Is there any work on making profiling work with > clang? > > > On a side node, clang and gcc47 from ports produce equally fast > binaries (there is literally no difference outside of the error margin). > > For both clang and gcc47 -O3 binaries are not faster than -O2 binaries. > They used to be slower, when the code was less polished. > > -- > A: Because it fouls the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing on usenet and in e-mail? > _______________________________________________ > freebsd-toolchain@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain > To unsubscribe, send any mail to "freebsd-toolchain-unsubscribe@freebsd.org"