VirtualBox

Changeset 26622 in vbox


Ignore:
Timestamp:
Feb 17, 2010 4:50:26 PM (15 years ago)
Author:
vboxsync
Message:

Statistics

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r26535 r26622  
    16121612        rc = STAMR3RegisterF(pVM, a, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, c, b); \
    16131613        AssertRC(rc);
     1614
     1615    PGM_REG_COUNTER(&pPGM->StatLargePageUsed,                 "/PGM/LargePage/Alloc",               "The number of large pages we've used.");
     1616    PGM_REG_COUNTER(&pPGM->StatLargePageRefused,              "/PGM/LargePage/Refused",             "The number of times we couldn't use a large page.");
    16141617
    16151618    PGM_REG_COUNTER(&pPGM->StatR3DetectedConflicts,           "/PGM/R3/DetectedConflicts",          "The number of times PGMR3CheckMappingConflicts() detected a conflict.");
  • trunk/src/VBox/VMM/PGMInternal.h

    r26616 r26622  
    27792779
    27802780#ifdef VBOX_WITH_STATISTICS /** @todo move this chunk to the heap.  */
     2781    STAMCOUNTER StatLargePageUsed;                  /**< The number of large pages we've used.*/
     2782    STAMCOUNTER StatLargePageRefused;               /**< The number of times we couldn't use a large page.*/
     2783
    27812784    /* R3 only: */
    27822785    STAMCOUNTER StatR3DetectedConflicts;            /**< R3: Number of times PGMR3MapHasConflicts() detected a conflict. */
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