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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=MmsIDDAxJgdw++iJkIdSzbZA05J8s A0bQh92JmiAiykW2xDVJoDzzIEs13BbktMXYrDB3pW9IPyxP+u+PVpcG/nee/rU3 kB7bbqMAvcUStjJK1a4rJ+j2gP+NngOvbHSrTKTJhkFVY6/mMHIZNxnD7hAm6dLe tCbtMRgxJl6eeA= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=jzbR8gGBq/OoEkmU/LCCKj7sSjs=; b=kBH PNoKoIJQttn/7qbcrMBy2UUdsGD9IPtycNn2xdvScuqxxXy8zq0gffmpyV+b5lSs KDzDhwC+3GVJgqMywNruxSQkcsYzhBKoFGcf001+HLrJIlJxGx9wuygrH9u6FQfi KX7yZlm2YnWKgCnAhpeB5OysHj4LYazf/wfrJvu8= 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.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 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 From: Keith Christian Date: Sat, 7 Jan 2017 10:33:40 -0700 Message-ID: Subject: strace 2.6.0 microsecond timing is not output To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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