Changeset 53269 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Nov 7, 2014 5:41:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r53069 r53269 97 97 if (g_pSUPGlobalInfoPage) 98 98 { 99 RTPrintf("tstGIP-2: cCpus=%d u32UpdateHz=%RU32 u32UpdateIntervalNS=%RU32 u64NanoTSLastUpdateHz=%RX64 u 32Mode=%d (%s) u32Version=%#x\n",99 RTPrintf("tstGIP-2: cCpus=%d u32UpdateHz=%RU32 u32UpdateIntervalNS=%RU32 u64NanoTSLastUpdateHz=%RX64 u64CpuHz=%RU64 u32Mode=%d (%s) u32Version=%#x\n", 100 100 g_pSUPGlobalInfoPage->cCpus, 101 101 g_pSUPGlobalInfoPage->u32UpdateHz, 102 102 g_pSUPGlobalInfoPage->u32UpdateIntervalNS, 103 103 g_pSUPGlobalInfoPage->u64NanoTSLastUpdateHz, 104 g_pSUPGlobalInfoPage->u64CpuHz, 104 105 g_pSUPGlobalInfoPage->u32Mode, 105 g_pSUPGlobalInfoPage->u32Mode == SUPGIPMODE_SYNC_TSC ? "sync" 106 : g_pSUPGlobalInfoPage->u32Mode == SUPGIPMODE_ASYNC_TSC ? "async" 107 : "???", 106 SUPGetGIPModeName(g_pSUPGlobalInfoPage), 108 107 g_pSUPGlobalInfoPage->u32Version); 109 108 RTPrintf(fHex
Note:
See TracChangeset
for help on using the changeset viewer.