Changeset 31684 in vbox
- Timestamp:
- Aug 16, 2010 9:56:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r31606 r31684 662 662 /* cTimesMin, cTimesMax, enmCategory, fFlags, pszName, pszDescription */ 663 663 { 1, 1, DBGCVAR_CAT_STRING, 0, "enabled", "on/off." }, 664 { 1, 1, DBGCVAR_CAT_NUMBER_NO_RANGE, 0, 664 { 1, 1, DBGCVAR_CAT_NUMBER_NO_RANGE, 0, "interval", "Interval in ms." }, 665 665 }; 666 666 # endif … … 1673 1673 AssertRC(rc); 1674 1674 1675 # ifdef DEBUG_sandervl1675 # ifdef DEBUG_sandervl 1676 1676 PGM_REG_COUNTER(&pPGM->StatRZFTPhysPageWrite, "/PGM/FT/RZ/PageWrite", "The number of times a physical page was written to (FT stats)."); 1677 1677 PGM_REG_COUNTER(&pPGM->StatR3FTPhysPageWrite, "/PGM/FT/R3/PageWrite", "The number of times a physical page was written to (FT stats)."); 1678 # endif1678 # endif 1679 1679 1680 1680 PGMSTATS *pStats = pVM->pgm.s.pStatsR3; … … 4423 4423 4424 4424 /** 4425 * The '.pgm syncalways' command.4425 * The '.pgmphystofile' command. 4426 4426 * 4427 4427 * @returns VBox status.
Note:
See TracChangeset
for help on using the changeset viewer.