From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55055 invoked by alias); 7 Jan 2017 17:33:44 -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 55045 invoked by uid 89); 7 Jan 2017 17:33:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=timing X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Jan 2017 17:33:42 +0000 Received: by mail-oi0-f48.google.com with SMTP id b126so649708233oia.2 for ; Sat, 07 Jan 2017 09:33:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7SIdPC1TO+hBvYyfgYPJm+KyGxtbDffHKIWOBM1S40M=; b=RLr3Yi3DytJBl/t6Qj5aVnwZYHbqN1akvrbBAwbj4bbhYv6WbBDkcM84Px94Cw3a0w esN96E0TqOIh+rMkL88S+B1kHOVoVju9kHsOZ8VVu9ktokOs08NshclHmT96CLDeWCTm M4MnkR2N718LY9GbElx5XaGgjB8Dcrj5nevvogYoo+08nWcLpBNn/41LXAG2J49DsmKk 4qOy0C1DbjS49qIMnN6tOOZ3LVBNTxcofu0I3wiUb42nyA1QOwYvISS/kAOfelJGKW5Y /El/digNRsoGXb4CPfajFoT2cDnF1VxXKX/kggZeBmnE5/IR12GBX/vUnqk/5+iVfB33 xfNA== X-Gm-Message-State: AIkVDXIMS5Q2ti4V4Sav95rTLAf3SdyGE5e2GJugBcjJfI4mA0LZ82lgODCiU9+YzPW/CtFLqWjiNcYFGYE0Qg== X-Received: by 10.157.27.136 with SMTP id z8mr3977496otd.92.1483810420602; Sat, 07 Jan 2017 09:33:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.36.230 with HTTP; Sat, 7 Jan 2017 09:33:40 -0800 (PST) From: Keith Christian Date: Sat, 07 Jan 2017 17:33:00 -0000 Message-ID: Subject: strace 2.6.0 microsecond timing is not output To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00039.txt.bz2 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 00:00:05 [main] windres 56768 fhandler_pty_common::close: pty4 <0xE4,0xEC> closing 00:00:05 [main] windres 56768 dtable::delete_archetype: deleting element 0 for /dev/pty4(136/4) 00:00:05 [main] windres 56768 getpid: 56768 = getpid() 00:00:05 [main] windres 56768 proc_terminate: nprocs 0 00:00:05 [main] windres 56768 proc_terminate: leaving 00:00:05 [main] windres 56768 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1 --- Process 56768 thread 55472 exited with status 0x1 --- Process 56768 thread 57248 exited with status 0x1 --- Process 56768 exited with status 0x1 Am I missing something here? Keith -- 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