Changeset 52620 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 5, 2014 12:13:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r52618 r52620 108 108 g_pSUPGlobalInfoPage->u32Version); 109 109 RTPrintf(fHex 110 ? "tstGIP-2: it: u64NanoTS delta u64TSC UpIntTSC H TransId CpuHz TSCDeltaTSC Interval History...\n"111 : "tstGIP-2: it: u64NanoTS delta u64TSC UpIntTSC H TransId CpuHz TSCDeltaTSC Interval History...\n");110 ? "tstGIP-2: it: u64NanoTS delta u64TSC UpIntTSC H TransId CpuHz TSC Interval History...\n" 111 : "tstGIP-2: it: u64NanoTS delta u64TSC UpIntTSC H TransId CpuHz TSC Interval History...\n"); 112 112 static SUPGIPCPU s_aaCPUs[2][256]; 113 113 for (uint32_t i = 0; i < cIterations; i++) … … 126 126 PSUPGIPCPU pCpu = &s_aaCPUs[i & 1][iCpu]; 127 127 RTPrintf(fHex 128 ? "tstGIP-2: %4d/%d: %016llx %09llx %016llx %08x %d %08x %15llu %0 16lld %08x %08x %08x %08x %08x %08x %08x %08x (%d)\n"129 : "tstGIP-2: %4d/%d: %016llu %09llu %016llu %010u %d %010u %15llu %0 16lld %08x %08x %08x %08x %08x %08x %08x %08x (%d)\n",128 ? "tstGIP-2: %4d/%d: %016llx %09llx %016llx %08x %d %08x %15llu %08x %08x %08x %08x %08x %08x %08x %08x (%d)\n" 129 : "tstGIP-2: %4d/%d: %016llu %09llu %016llu %010u %d %010u %15llu %08x %08x %08x %08x %08x %08x %08x %08x (%d)\n", 130 130 i, iCpu, 131 131 pCpu->u64NanoTS, … … 136 136 pCpu->u32TransactionId, 137 137 pCpu->u64CpuHz, 138 pCpu->i64TSCDelta,139 138 pCpu->au32TSCHistory[0], 140 139 pCpu->au32TSCHistory[1],
Note:
See TracChangeset
for help on using the changeset viewer.