From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9697 invoked by alias); 8 Jan 2017 00:46:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9688 invoked by uid 89); 8 Jan 2017 00:46:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*r:8.12.11, H*r:ip*192.168.1.100, timing, RANDOM X-HELO: m0.truegem.net Received: from m0.truegem.net (HELO m0.truegem.net) (69.55.228.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Jan 2017 00:46:43 +0000 Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id v080ke25025930 for ; Sat, 7 Jan 2017 16:46:40 -0800 (PST) (envelope-from mark@maxrnd.com) Received: from 76-217-5-154.lightspeed.irvnca.sbcglobal.net(76.217.5.154), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdHJ7OUs; Sat Jan 7 16:46:32 2017 Subject: Re: strace 2.6.0 microsecond timing is not output To: cygwin@cygwin.com References: From: Mark Geisert Message-ID: <58718BEA.4090100@maxrnd.com> Date: Sun, 08 Jan 2017 00:46:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-01/txt/msg00045.txt.bz2 Keith Christian wrote: > While testing the output of "windres" in Steven Penny's post earlier, > I used strace. > > I don't see the microsecond timing output in the current strace > version 2.6.0. (Output has no special relation to "windres.") > > > foo$ strace -o windres.strace_${RANDOM} -t -u windres > > > foo$ tail windres.strace_22198 > > 00:00:05 [main] windres 56768 fhandler_console::free_console: freed > console, res 1 'strace --help' says that "-u" is a toggle. It doesn't say the default setting is "ON" so apparently your specifying it is toggling it off. I tested this hypothesis and that is indeed what's going on. Leave off the "-u". ..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple