From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23160 invoked by alias); 31 Dec 2006 16:21:38 -0000 Received: (qmail 23151 invoked by uid 22791); 31 Dec 2006 16:21:38 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 31 Dec 2006 16:21:33 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1H13RC-000578-P5 for gdb-patches@sources.redhat.com; Sun, 31 Dec 2006 19:21:31 +0300 Received: from localhost ([127.0.0.1] helo=ip6-localhost) by zigzag.lvk.cs.msu.su with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1H13R9-00056o-FB; Sun, 31 Dec 2006 19:21:27 +0300 From: Vladimir Prus To: Mark Kettenis Subject: Re: [PATCH] MI: new timing command Date: Sun, 31 Dec 2006 16:21:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sources.redhat.com References: <17814.10139.269708.848818@kahikatea.snap.net.nz> <200612311609.kBVG9Fgh022431@brahms.sibelius.xs4all.nl> In-Reply-To: <200612311609.kBVG9Fgh022431@brahms.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612311920.48710.ghost@cs.msu.su> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00414.txt.bz2 On Sunday 31 December 2006 19:09, Mark Kettenis wrote: > > Is this important? This timing is entirely for diagnostic purposes, > > so why try to make it work on every possible platform. We need to document > > that -enable-timing may fail, and that's it. > > The point is to use get_run_time() from -liberty and never worry about > portability again. And lose user/system/elapse time distinction? For me, having all those times on Linux is more valuable than having any time at all on Windows. No because Windows is not important, but because I doubt there are any plantform specific MI slowdowns. - Volodya