Changeset 26622 in vbox
- Timestamp:
- Feb 17, 2010 4:50:26 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
PGM.cpp (modified) (1 diff)
-
PGMInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r26535 r26622 1612 1612 rc = STAMR3RegisterF(pVM, a, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, c, b); \ 1613 1613 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."); 1614 1617 1615 1618 PGM_REG_COUNTER(&pPGM->StatR3DetectedConflicts, "/PGM/R3/DetectedConflicts", "The number of times PGMR3CheckMappingConflicts() detected a conflict."); -
trunk/src/VBox/VMM/PGMInternal.h
r26616 r26622 2779 2779 2780 2780 #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 2781 2784 /* R3 only: */ 2782 2785 STAMCOUNTER StatR3DetectedConflicts; /**< R3: Number of times PGMR3MapHasConflicts() detected a conflict. */
Note:
See TracChangeset
for help on using the changeset viewer.

