public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Guenther <richard.guenther@gmail.com>
To: Nathan Froyd <froydnj@codesourcery.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] add statistics counting to postreload, copy-rename, and math-opts
Date: Thu, 14 Apr 2011 08:51:00 -0000	[thread overview]
Message-ID: <BANLkTinxXOE_SJRR=SsgZLAfqwxhejJQuw@mail.gmail.com> (raw)
In-Reply-To: <20110413184308.GW23480@codesourcery.com>

On Wed, Apr 13, 2011 at 8:43 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:
> On Wed, Apr 13, 2011 at 11:07:15AM +0200, Richard Guenther wrote:
>> On Tue, Apr 12, 2011 at 5:09 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:
>> > Granted, but that fact should still be recorded.  The situation we have
>> > today, for something like:
>> >
>> > func1: statistic for "statx" was 0
>> >  - nothing is recorded in the statistics table
>> > func2: statistic for "statx" was 0
>> >  - nothing is recorded in the statistics table
>> > func3: statistic for "statx" was 0
>> >  - nothing is recorded in the statistics table
>> > ...
>> >
>> > and so forth, is that at the end of the day, the dump file won't even
>> > include any information about "statx".  If you had some func7387 where
>> > "statx" was non-zero, you could infer that nothing else happened in the
>> > previous 7386 functions.  For the case where a pass is truly useless on
>> > a TU, it's hard to figure out from the statistics dump alone.  And I'd
>> > argue that it's useful to see explicitly that the pass only helped in 1
>> > out of 7387 functions, rather than trying to infer it from missing data.
>>
>> I always use statistics-stats (thus, overall stats, not per function).  The
>> per function ones omit zero counts during dumping on purpose
>> (to make the dump smaller).
>
> I didn't know about statistics-stats (or didn't realize that's what the
> code was trying to do), that's useful.  And it looks like all the
> statistics dumping things omit zero counts on purpose, not just the
> per-function ones.
>
> But that has no bearing on the point above: zero counts are not even
> *recorded* today.  E.g. if you apply the patch upthread, grab a random C
> file, compile it with -O2/3 -fdump-statistics/-stats, and examine the
> dump file, you might not even know that new statistics counters have
> been added.  Taking out the checks to avoid printing zero counts doesn't
> help either, because the data simply doesn't get recorded.  This
> infrastructure makes it somewhat difficult to figure out, in an
> automated way from the dump file alone, whether passes are actually
> doing anything.

Oh, ok - now I understand what you are saying.  Yes, that's by design
and hard to fix - counters are "registered" on their first bump.

> Enough grousing.  I'm assuming turning on accumulation and dumping of
> zero counts always would be frowned upon; would it be acceptable to turn
> accumulation and dumping of zero counts if -details is given?

Well, you'd have to fix the registration problem ...

But I don't see zero counts as very important, if not to verify that the
statistics code is placed at a good spot.

Richard.

> -Nathan
>

  reply	other threads:[~2011-04-14  8:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-12 14:16 Nathan Froyd
2011-04-12 14:27 ` Richard Guenther
2011-04-12 14:32   ` Nathan Froyd
2011-04-12 14:38     ` Richard Guenther
2011-04-12 14:51       ` Nathan Froyd
2011-04-12 14:54         ` Richard Guenther
2011-04-12 15:09           ` Nathan Froyd
2011-04-13  9:07             ` Richard Guenther
2011-04-13 18:43               ` Nathan Froyd
2011-04-14  8:51                 ` Richard Guenther [this message]
2011-04-12 15:01       ` Steven Bosscher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTinxXOE_SJRR=SsgZLAfqwxhejJQuw@mail.gmail.com' \
    --to=richard.guenther@gmail.com \
    --cc=froydnj@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).