VirtualBox

Changeset 27282 in vbox


Ignore:
Timestamp:
Mar 11, 2010 1:42:03 PM (15 years ago)
Author:
vboxsync
Message:

More stats

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

Legend:

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

    r27281 r27282  
    16921692    PGM_REG_COUNTER(&pPGM->StatTrackAliasedLots,              "/PGM/Track/AliasedLots",             "The number of times we're hitting pages which has overflowed cRef2");
    16931693    PGM_REG_COUNTER(&pPGM->StatTrackOverflows,                "/PGM/Track/Overflows",               "The number of times the extent list grows too long.");
     1694    PGM_REG_COUNTER(&pPGM->StatTrackNoExtentsLeft,            "/PGM/Track/NoExtentLeft",            "The number of times the extent list was exhausted.");
    16941695    PGM_REG_PROFILE(&pPGM->StatTrackDeref,                    "/PGM/Track/Deref",                   "Profiling of SyncPageWorkerTrackDeref (expensive).");
    16951696
  • trunk/src/VBox/VMM/PGMInternal.h

    r27271 r27282  
    28602860    STAMCOUNTER StatTrackAliasedMany;               /**< The number of times we're tracking using cRef2. */
    28612861    STAMCOUNTER StatTrackAliasedLots;               /**< The number of times we're hitting pages which has overflowed cRef2. */
     2862    STAMCOUNTER StatTrackNoExtentsLeft;             /**< The number of times the extent list was exhausted. */
    28622863    STAMCOUNTER StatTrackOverflows;                 /**< The number of times the extent list grows to long. */
    28632864    STAMPROFILE StatTrackDeref;                     /**< Profiling of SyncPageWorkerTrackDeref (expensive). */
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r27271 r27282  
    38283828    if (!pNew)
    38293829    {
    3830         STAM_COUNTER_INC(&pVM->pgm.s.StatTrackOverflows);
     3830        STAM_COUNTER_INC(&pVM->pgm.s.StatTrackNoExtentsLeft);
    38313831        pgmPoolTrackPhysExtFreeList(pVM, iPhysExtStart);
    38323832        LogFlow(("pgmPoolTrackPhysExtInsert: pgmPoolTrackPhysExtAlloc failed iShwPT=%d\n", iShwPT));
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