strace 2.6.0 microsecond timing is not output

Mark Geisert mark@maxrnd.com
Sun Jan 8 00:46:00 GMT 2017


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



More information about the Cygwin mailing list