From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Optimized gcc 4.3.0 build on Windows returns 0 secs for all time values of system-process-attributes Date: Sat, 03 Jan 2009 18:40:51 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231000924 9992 80.91.229.12 (3 Jan 2009 16:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2009 16:42:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 03 17:43:12 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LJ9aJ-0000yD-7t for ged-emacs-devel@m.gmane.org; Sat, 03 Jan 2009 17:42:47 +0100 Original-Received: from localhost ([127.0.0.1]:40265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJ9Z4-0000Tu-5G for ged-emacs-devel@m.gmane.org; Sat, 03 Jan 2009 11:41:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJ9YP-0008Fq-VF for emacs-devel@gnu.org; Sat, 03 Jan 2009 11:40:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJ9YO-0008Dx-Oq for emacs-devel@gnu.org; Sat, 03 Jan 2009 11:40:49 -0500 Original-Received: from [199.232.76.173] (port=42983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJ9YO-0008Da-Ey for emacs-devel@gnu.org; Sat, 03 Jan 2009 11:40:48 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:45265) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJ9YO-0000dq-0F for emacs-devel@gnu.org; Sat, 03 Jan 2009 11:40:48 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KCW00800M6CZT00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sat, 03 Jan 2009 18:43:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.220.202]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KCW00LO0MGHC463@i_mtaout2.012.net.il>; Sat, 03 Jan 2009 18:43:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107550 Archived-At: > Date: Sat, 3 Jan 2009 17:00:23 +0100 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > > What happens if you transpose these two lines: > > > > stime_usec = fmodl (tem1, 1000000.0L); > > stime_sec = tem1 * 0.000001L; > > > > (and similarly for other ?time_* qualities)? does the code work again > > then? > > It works; at least, proced shows meaningful results: > > Juanma 1006 Ninguno 513 180 332 0 8 100.0 3.7 12 27356 > 38252 37052 13:36 00:01 00:02 00:16 14247-15:50:47 explorer.exe ^^^^^ What's that 14247 part? That's supposed to say 14247 days of elapsed time, I think, in which case it sounds incredible.