Changeset 29263 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 9, 2010 7:52:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r29250 r29263 2368 2368 if (pLogger->fFlags & RTLOGFLAGS_PREFIX_TSC) 2369 2369 { 2370 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 2370 2371 uint64_t u64 = ASMReadTSC(); 2372 #else 2373 uint64_t u64 = RTTimeNanoTS(); 2374 #endif 2371 2375 int iBase = 16; 2372 2376 unsigned int fFlags = RTSTR_F_ZEROPAD;
Note:
See TracChangeset
for help on using the changeset viewer.