DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38619>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38619 Summary: tm_msec for APR 2.0 release? Product: APR Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: APR AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Looking at bug 32520, it occurs to me that exploding times using the apr_time_exp_* functions; it would make more sense to split ->tm_usec into ->tm_msec thousandths (milleseconds) ->tm_usec millionths (microseconds) for most display purposes. It's trivial to roll them together with the format string %03d%03d if that's what's desired, or display simply %02d.%03d if millisecond resolution is desired. It would also shrink the fields to int's so unpacking would be slightly slower, using them would be slightly faster, for what's likely to be little impact on performance. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
