Changeset 26209 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Feb 3, 2010 4:54:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
r15870 r26209 98 98 99 99 100 /**101 * Gets the current nanosecond timestamp.102 *103 * This differs from RTTimeNanoTS in that it will use system APIs and not do any104 * resolution or performance optimizations.105 *106 * @returns nanosecond timestamp.107 */108 100 RTDECL(uint64_t) RTTimeSystemNanoTS(void) 109 101 { … … 112 104 113 105 114 /**115 * Gets the current millisecond timestamp.116 *117 * This differs from RTTimeNanoTS in that it will use system APIs and not do any118 * resolution or performance optimizations.119 *120 * @returns millisecond timestamp.121 */122 106 RTDECL(uint64_t) RTTimeSystemMilliTS(void) 123 107 { … … 126 110 127 111 128 /**129 * Gets the current system time.130 *131 * @returns pTime.132 * @param pTime Where to store the time.133 */134 112 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime) 135 113 {
Note:
See TracChangeset
for help on using the changeset viewer.