X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=V36YHmlhehPd3Y6X AqTNtvnKjlqsCOcVjdIU/z2jij+EHJceR2x+6oBWWGEy4C7feqTU8MwMQ6JQ/Nmc 2QsY2a0iFtsP4iSZZcrxoVTLI4w+PeDSmKED8VASPZSahotNhccw9qq4Z0LYt0yp ViykGts0NwpwafR/faL/NBaiId4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Hdzw9QyNY7BaabQ7fswJx0 O3MI8=; b=vFoebbFTL+IkERITQJEQLDANHW0JasBPoe60GuGuKXERR9E3fp/u2Y eOmJ5zci3RYqmWHVOS+/eFvG4usgmHFtfYlJQeSMGyknKQc4X/ZSoOa+ycdiYxT8 5sj/oMK96UniiTNVV3f7NZxoFOIbdmrAmdk0ok8AYzNczjaqVmOPc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Subject: Re: strace 2.6.0 microsecond timing is not output To: cygwin AT cygwin DOT com References: From: Mark Geisert Message-ID: <58718BEA.4090100@maxrnd.com> Date: Sat, 7 Jan 2017 16:46:34 -0800 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 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