VirtualBox

Changeset 45240 in vbox


Ignore:
Timestamp:
Mar 28, 2013 4:15:10 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: HM, sampling stats for VMXR0RunGuestCode entry side and GC (VMX non-root mode).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r45235 r45240  
    485485        rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatEntry, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL,
    486486                             "Profiling of VMXR0RunGuestCode entry",
    487                              "/PROF/HM/CPU%d/SwitchToGC", i);
     487                             "/PROF/HM/CPU%d/StatEntry", i);
    488488        AssertRC(rc);
     489        /** @todo r=ramshankar: should be sorted out for the new-code which doesn't
     490         *        have 2 exit parts. */
    489491        rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatExit1, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL,
    490492                             "Profiling of VMXR0RunGuestCode exit part 1",
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