Changeset 52718 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Sep 12, 2014 12:10:29 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r52620 r52718 163 163 RTPrintf("tstGIP-2: TSC deltas:\n"); 164 164 for (unsigned iCpu = 0; iCpu < g_pSUPGlobalInfoPage->cCpus; iCpu++) 165 RTPrintf("tstGIP-2: %6d: % 016lld\n", iCpu, g_pSUPGlobalInfoPage->aCPUs[iCpu].i64TSCDelta);165 RTPrintf("tstGIP-2: %6d: %lld\n", iCpu, g_pSUPGlobalInfoPage->aCPUs[iCpu].i64TSCDelta); 166 166 } 167 167 else
Note:
See TracChangeset
for help on using the changeset viewer.