- Timestamp:
- Aug 7, 2015 11:38:21 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r57219 r57240 262 262 uMaxPct / 1000, (uMaxPct % 1000) / 10, iCpuHzMaxDeviation); 263 263 264 RTPrintf("tstGIP-2: CpuHz compatibility: %RTbool (incompatible %u of %u times w/ %RU64 Hz)\n", fCompat, 265 cCpuHzNotCompat, cIterations * g_pSUPGlobalInfoPage->cCpus, uCpuHzRef); 264 RTPrintf("tstGIP-2: CpuHz compatibility: %RTbool (incompatible %u of %u times w/ %RU64 Hz %s GIP)\n", fCompat, 265 cCpuHzNotCompat, cIterations * g_pSUPGlobalInfoPage->cCpus, uCpuHzRef, 266 SUPGetGIPModeName(g_pSUPGlobalInfoPage)); 266 267 267 268 if ( !fCompat
Note:
See TracChangeset
for help on using the changeset viewer.