From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21536 invoked by alias); 4 Mar 2004 18:07:11 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21529 invoked from network); 4 Mar 2004 18:07:10 -0000 Received: from unknown (HELO smtp2.fuse.net) (216.68.8.172) by sources.redhat.com with SMTP; 4 Mar 2004 18:07:10 -0000 Received: from dellpi.pinski.fam ([66.42.246.146]) by smtp2.fuse.net (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040304180708.BCBF17356.smtp2.fuse.net@dellpi.pinski.fam>; Thu, 4 Mar 2004 13:07:08 -0500 Received: from [127.0.0.1] (IDENT:pinskia@localhost.pinski.fam [127.0.0.1]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id i24I73xj029879; Thu, 4 Mar 2004 13:07:05 -0500 (EST) In-Reply-To: <200403041802.i24I25am010927@speedy.slc.redhat.com> References: <200403041802.i24I25am010927@speedy.slc.redhat.com> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org, Robert Bowdidge , Andrew Pinski From: Andrew Pinski Subject: Re: Logging data structure field accesses Date: Thu, 04 Mar 2004 18:07:00 -0000 To: law@redhat.com X-SW-Source: 2004-03/txt/msg00281.txt.bz2 On Mar 4, 2004, at 10:02, law@redhat.com wrote: > In message , Robert > Bowdidge wr > ites: >> Here's two examples of the produced data. Each represents the fields >> of declarations accessed when compiling a program that only includes >> the header file (which brings in about 100K lines of >> header files.) The first web page shows the results when compiled >> with gcc, the second with g++. (I'd done these measurements to >> understand why the C compiler only took 1 second to compile the >> headers, but the C++ compiler took two seconds.) The count of >> accesses >> to the uid field indicates the number of declarations of each type, as >> the field is only accessed during creation of the declaration node. >> >> http://home.earthlink.net/~bowdidge/c-carbon.html >> http://home.earthlink.net/~bowdidge/cpp-carbon.html > Unfortunately the page renders horribly in Mozilla.... I'd be > interested in > the data, but with the poor rendering it's impossible to extract any > data > from your pages. What is not that interesting it renders poorly on anything except for IE but then again it was made using Excel so what do you expect. -Pinski