Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: ghost@cs.msu.su, mark.kettenis@xs4all.nl,
		gdb-patches@sources.redhat.com
Subject: Re: [PATCH] MI: new timing command
Date: Mon, 01 Jan 2007 06:06:00 -0000	[thread overview]
Message-ID: <E1H1GJK-0000Tz-He@fencepost.gnu.org> (raw)
In-Reply-To: <17816.35962.759185.716466@farnswood.snap.net.nz> (message from 	Nick Roberts on Mon, 1 Jan 2007 17:22:18 +1300)

> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Mon, 1 Jan 2007 17:22:18 +1300
> Cc: Vladimir Prus <ghost@cs.msu.su>, mark.kettenis@xs4all.nl,
> 	gdb-patches@sources.redhat.com
> 
>  > > And lose user/system/elapse time distinction?
>  > 
>  > You don't have to lose it.  How about if we use getrusage directly if
>  > it's available, else the libiberty replacement?  That way, everybody
>  > will be as happy as they can expect, I think.
> 
> If we adopt this approach can you please explain to me how to interpret the
> output of get_run_time when getrusage is not availble so I can add it to the
> doc.

I think it should be interpreted the same as the results from
getrusage.  What made you think it needs special interpretation?

If the problem is that get_run_time returns a single number instead of
3 numbers, I think we should simply display the other 2 as zeroes, or
maybe use some MI convention for results that aren't available, if
there is such a convention.

>  > You are not the only user of GDB.
> 
> -enable-timing would only be used by developers of frontends to GDB using MI.
> Currently Vladimir and myself do almost appear to be the only users.

Let's not enter the argument of how many people we can count that will
use this command.  Features are added to GDB for the benefit of
everybody, not just the couple of people whom we know to need them.

>  >                                    There's no reason to gratuitously
>  > confine features to the only platform that you are interested in.
> 
> It not gratuitous because generalising it involves extra work in areas
> we don't understand.  

What areas are those?  I don't see any particular extra work required
in the simple solution I proposed.  Maybe I'm missing something.


  reply	other threads:[~2007-01-01  6:06 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-30  8:52 Nick Roberts
2006-12-30 12:09 ` Vladimir Prus
2006-12-30 16:10   ` Eli Zaretskii
2006-12-31  3:26     ` Nick Roberts
2006-12-31  4:26       ` Eli Zaretskii
2006-12-31  6:55   ` Nick Roberts
2006-12-31 15:10     ` Daniel Jacobowitz
2007-01-01  4:11       ` Nick Roberts
2007-01-03 18:01         ` Daniel Jacobowitz
2007-01-03 21:50           ` Nick Roberts
2007-01-03 22:59             ` Daniel Jacobowitz
2007-01-04  2:50               ` Nick Roberts
2006-12-31 15:33     ` Vladimir Prus
2006-12-30 16:09 ` Eli Zaretskii
2006-12-30 22:10   ` Nick Roberts
2006-12-31  4:22     ` Eli Zaretskii
2006-12-31  4:25       ` Daniel Jacobowitz
2006-12-31  5:18         ` Nick Roberts
2006-12-31  5:49           ` Daniel Jacobowitz
2006-12-31  7:47             ` Nick Roberts
2006-12-31 15:15               ` Daniel Jacobowitz
2006-12-31 15:24                 ` Mark Kettenis
2006-12-31 15:39                   ` Vladimir Prus
2006-12-31 16:09                     ` Mark Kettenis
2006-12-31 16:21                       ` Vladimir Prus
2006-12-31 19:29                         ` Daniel Jacobowitz
2006-12-31 22:08                         ` Eli Zaretskii
2007-01-01  4:24                           ` Nick Roberts
2007-01-01  6:06                             ` Eli Zaretskii [this message]
2007-01-01  4:07                       ` Nick Roberts
2007-01-01  5:58                         ` Eli Zaretskii
2007-01-01 22:07                           ` Nick Roberts
2007-01-02  4:20                             ` Eli Zaretskii
2007-01-16  5:57                               ` Nick Roberts
2007-01-16 22:17                                 ` Eli Zaretskii
2007-01-16 22:30                                   ` Nick Roberts
2007-01-16 23:01                                     ` Eli Zaretskii
2007-01-20 17:27                                 ` Eli Zaretskii
2007-01-20 20:58                                   ` Nick Roberts
2007-01-27 14:53                                     ` Eli Zaretskii
2007-01-27 15:10                                       ` Eli Zaretskii
2007-01-27 22:12                                         ` Nick Roberts
2007-01-27 22:19                                           ` Nick Roberts
2007-01-27 22:08                                       ` Nick Roberts
2007-01-28  4:17                                         ` Eli Zaretskii
2007-01-28  5:31                                           ` Nick Roberts
2007-02-02 13:33                                             ` Eli Zaretskii
2007-02-02 23:28                                               ` Nick Roberts
2007-02-03 11:10                                                 ` Eli Zaretskii
2007-01-01  9:18                 ` Nick Roberts
2007-01-01 16:21                   ` Daniel Jacobowitz
2006-12-31 15:34               ` Vladimir Prus
2006-12-31 11:58       ` Mark Kettenis
2006-12-31  7:50   ` Nick Roberts
2006-12-31 18:33     ` Vladimir Prus
2007-01-01  4:18       ` Nick Roberts
2006-12-31 22:10     ` Eli Zaretskii

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=E1H1GJK-0000Tz-He@fencepost.gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=ghost@cs.msu.su \
    --cc=mark.kettenis@xs4all.nl \
    --cc=nickrob@snap.net.nz \
    /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