Changeset 25000 in vbox for trunk/src/VBox/Runtime/testcase/tstTimerLR.cpp
- Timestamp:
- Nov 26, 2009 2:22:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstTimerLR.cpp
r14831 r25000 160 160 * Start the timer an actively wait for it for the period requested. 161 161 */ 162 u int64_t uTSBegin = RTTimeNanoTS();162 uTSBegin = RTTimeNanoTS(); 163 163 rc = RTTimerLRStart(hTimerLR, 0); 164 164 if (RT_FAILURE(rc)) … … 180 180 181 181 uint64_t uTSEnd = RTTimeNanoTS(); 182 u int64_t uTSDiff = uTSEnd - uTSBegin;182 uTSDiff = uTSEnd - uTSBegin; 183 183 RTPrintf("uTS=%RI64 (%RU64 - %RU64)\n", uTSDiff, uTSBegin, uTSEnd); 184 184
Note:
See TracChangeset
for help on using the changeset viewer.