VirtualBox

Changeset 57240 in vbox for trunk/src


Ignore:
Timestamp:
Aug 7, 2015 11:38:21 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101994
Message:

tstGIP-2: Also log the GIP mode in compatibility report line to make it easier to visually inspect result on testboxes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp

    r57219 r57240  
    262262                         uMaxPct / 1000, (uMaxPct % 1000) / 10, iCpuHzMaxDeviation);
    263263
    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));
    266267
    267268                if (   !fCompat
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette