VirtualBox

Ignore:
Timestamp:
Jan 28, 2009 8:27:46 PM (16 years ago)
Author:
vboxsync
Message:

time-r0drv-darwin.cpp: removed duplicated documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp

    r16331 r16332  
    6262
    6363
    64 /**
    65  * Gets the current nanosecond timestamp.
    66  *
    67  * @returns nanosecond timestamp.
    68  */
    6964RTDECL(uint64_t) RTTimeNanoTS(void)
    7065{
     
    7368
    7469
    75 /**
    76  * Gets the current millisecond timestamp.
    77  *
    78  * @returns millisecond timestamp.
    79  */
    8070RTDECL(uint64_t) RTTimeMilliTS(void)
    8171{
     
    8474
    8575
    86 /**
    87  * Gets the current nanosecond timestamp.
    88  *
    89  * This differs from RTTimeNanoTS in that it will use system APIs and not do any
    90  * resolution or performance optimizations.
    91  *
    92  * @returns nanosecond timestamp.
    93  */
    9476RTDECL(uint64_t) RTTimeSystemNanoTS(void)
    9577{
     
    9880
    9981
    100 /**
    101  * Gets the current millisecond timestamp.
    102  *
    103  * This differs from RTTimeNanoTS in that it will use system APIs and not do any
    104  * resolution or performance optimizations.
    105  *
    106  * @returns millisecond timestamp.
    107  */
    10882RTDECL(uint64_t) RTTimeSystemMilliTS(void)
    10983{
     
    11286
    11387
    114 /**
    115  * Gets the current system time.
    116  *
    117  * @returns pTime.
    118  * @param   pTime   Where to store the time.
    119  */
    12088RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
    12189{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette