VirtualBox

Ignore:
Timestamp:
Nov 7, 2014 5:41:01 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96841
Message:

HostDrivers/Support: Enabled global TSC rate calculation and implemented TSC calibration over a longer interval for invariant hosts.

File:
1 edited

Legend:

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

    r53069 r53269  
    9797        if (g_pSUPGlobalInfoPage)
    9898        {
    99             RTPrintf("tstGIP-2: cCpus=%d  u32UpdateHz=%RU32  u32UpdateIntervalNS=%RU32  u64NanoTSLastUpdateHz=%RX64  u32Mode=%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",
    100100                     g_pSUPGlobalInfoPage->cCpus,
    101101                     g_pSUPGlobalInfoPage->u32UpdateHz,
    102102                     g_pSUPGlobalInfoPage->u32UpdateIntervalNS,
    103103                     g_pSUPGlobalInfoPage->u64NanoTSLastUpdateHz,
     104                     g_pSUPGlobalInfoPage->u64CpuHz,
    104105                     g_pSUPGlobalInfoPage->u32Mode,
    105                      g_pSUPGlobalInfoPage->u32Mode == SUPGIPMODE_SYNC_TSC       ? "sync"
    106                      : g_pSUPGlobalInfoPage->u32Mode == SUPGIPMODE_ASYNC_TSC    ? "async"
    107                      :                                                            "???",
     106                     SUPGetGIPModeName(g_pSUPGlobalInfoPage),
    108107                     g_pSUPGlobalInfoPage->u32Version);
    109108            RTPrintf(fHex
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