You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/05/16 16:28:06 UTC

[jira] Created: (AXISCPP-651) Trace needs to include millisecond precision time

Trace needs to include millisecond precision time
-------------------------------------------------

         Key: AXISCPP-651
         URL: http://issues.apache.org/jira/browse/AXISCPP-651
     Project: Axis-C++
        Type: Improvement
  Components: Trace Utility  
    Reporter: Adrian Dick
    Priority: Minor


Currently the trace tool only provides time to the nearest second, padding milliseconds with 0's.

These methods provide millisecond precision timings:
Unix: gettimeofday
Windows: ftime

Note: ftime is actually available on unix platforms, but the various commentaries I read about this recommend the use of gettimeofday.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-651) Trace needs to include millisecond precision time

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-651?page=all ]
     
Adrian Dick closed AXISCPP-651:
-------------------------------

    Fix Version: current (nightly)
     Resolution: Fixed

> Trace needs to include millisecond precision time
> -------------------------------------------------
>
>          Key: AXISCPP-651
>          URL: http://issues.apache.org/jira/browse/AXISCPP-651
>      Project: Axis-C++
>         Type: Improvement
>   Components: Trace Utility
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: current (nightly)

>
> Currently the trace tool only provides time to the nearest second, padding milliseconds with 0's.
> These methods provide millisecond precision timings:
> Unix: gettimeofday
> Windows: ftime
> Note: ftime is actually available on unix platforms, but the various commentaries I read about this recommend the use of gettimeofday.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-651) Trace needs to include millisecond precision time

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-651?page=all ]

Adrian Dick reassigned AXISCPP-651:
-----------------------------------

    Assign To: Adrian Dick

> Trace needs to include millisecond precision time
> -------------------------------------------------
>
>          Key: AXISCPP-651
>          URL: http://issues.apache.org/jira/browse/AXISCPP-651
>      Project: Axis-C++
>         Type: Improvement
>   Components: Trace Utility
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor

>
> Currently the trace tool only provides time to the nearest second, padding milliseconds with 0's.
> These methods provide millisecond precision timings:
> Unix: gettimeofday
> Windows: ftime
> Note: ftime is actually available on unix platforms, but the various commentaries I read about this recommend the use of gettimeofday.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira