VirtualBox

Changeset 53358 in vbox for trunk/src


Ignore:
Timestamp:
Nov 20, 2014 1:01:45 PM (10 years ago)
Author:
vboxsync
Message:

tstGIP-2: Skip GIP transactions until history is populated once.

File:
1 edited

Legend:

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

    r53357 r53358  
    144144                            else
    145145                            {
    146                                 uCpuHzOverallDeviation += uCpuHzDeviation;
    147                                 cCpuHzOverallDevCnt++;
     146                                if (pCpu->u32TransactionId > 7)
     147                                {
     148                                    uCpuHzOverallDeviation += uCpuHzDeviation;
     149                                    cCpuHzOverallDevCnt++;
     150                                }
    148151                                uint32_t uPct = (uint32_t)(uCpuHzDeviation * 100000 / uCpuHzRef + 5);
    149152                                RTStrPrintf(szCpuHzDeviation, sizeof(szCpuHzDeviation), "%10RI64%3d.%02d%%  ",
     
    218221                if (g_pSUPGlobalInfoPage->aCPUs[iCpu].idApic == UINT16_MAX)
    219222                    RTPrintf("tstGIP-2: offline: %lld\n", g_pSUPGlobalInfoPage->aCPUs[iCpu].i64TSCDelta);
    220            
     223
    221224            if (uCpuHzRef)
    222225            {
Note: See TracChangeset for help on using the changeset viewer.

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