VirtualBox

Changeset 23383 in vbox for trunk/src


Ignore:
Timestamp:
Sep 28, 2009 2:06:17 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52908
Message:

Measure the RTMpOnSpecific code path as well (stats).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r23366 r23383  
    127127    if (rc == VERR_NOT_SUPPORTED)
    128128    {
     129        STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatSpinPoke, z);
    129130        /* synchronous. */
    130131        RTMpOnSpecific(idHostCpu, hwaccmFlushHandler, 0, 0);
     132        STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatSpinPoke, z);
    131133    }
    132134    else
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