VirtualBox

Changeset 22755 in vbox for trunk


Ignore:
Timestamp:
Sep 3, 2009 3:25:09 PM (15 years ago)
Author:
vboxsync
Message:

Stats

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r22754 r22755  
    17901790    /** Counting explicit flushes of dirty pages by PGMPoolFlushPage(). */
    17911791    STAMCOUNTER                 StatForceFlushDirtyPage;
     1792    /** Counting flushes for reused pages. */
     1793    STAMCOUNTER                 StatForceFlushReused;
    17921794    /** Profiling time spent zeroing pages. */
    17931795    STAMPROFILE                 StatZeroPage;
  • trunk/src/VBox/VMM/PGMPool.cpp

    r22721 r22755  
    339339    STAM_REG(pVM, &pPool->StatForceFlushPage,           STAMTYPE_COUNTER,   "/PGM/Pool/FlushForce",     STAMUNIT_OCCURENCES,        "Counting explicit flushes by PGMPoolFlushPage().");   
    340340    STAM_REG(pVM, &pPool->StatForceFlushDirtyPage,      STAMTYPE_COUNTER,   "/PGM/Pool/FlushForceDirty",     STAMUNIT_OCCURENCES,   "Counting explicit flushes of dirty pages by PGMPoolFlushPage().");   
     341    STAM_REG(pVM, &pPool->StatForceFlushReused,         STAMTYPE_COUNTER,   "/PGM/Pool/FlushReused",    STAMUNIT_OCCURENCES,        "Counting flushes for reused pages.");   
    341342    STAM_REG(pVM, &pPool->StatZeroPage,                 STAMTYPE_PROFILE,   "/PGM/Pool/ZeroPage",       STAMUNIT_TICKS_PER_CALL,    "Profiling time spent zeroing pages. Overlaps with Alloc.");
    342343# ifdef PGMPOOL_WITH_USER_TRACKING
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