Changeset 31606 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Aug 12, 2010 3:22:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r31600 r31606 3141 3141 /** @} */ 3142 3142 3143 #ifdef VBOX_STRICT3143 #ifdef DEBUG_sandervl 3144 3144 PTMTIMERR3 pPhysWritesCountTimer; 3145 uint32_t u32PhysWriteCountTimerInterval; 3145 3146 bool fCountingPhysWrites; 3146 uint8_t u8Alignment[ 7];3147 uint8_t u8Alignment[3]; 3147 3148 3148 3149 STAMCOUNTER StatR3FTPhysPageWrite; /**< R3: The number of times a physical page was written to (FT stats) */
Note:
See TracChangeset
for help on using the changeset viewer.