Changeset 18955 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 16, 2009 3:14:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp
r18954 r18955 1900 1900 { 1901 1901 STAM_COUNTER_INC(&pVCpu->pgm.s.StatR0DynMapSetSearchFlushes); 1902 STAM_COUNTER_INC(&pV M->pgm.s.aStatR0DynMapSetSize[(pSet->cEntries * 10 / RT_ELEMENTS(pSet->aEntries)) % 11]);1902 STAM_COUNTER_INC(&pVCpu->pgm.s.aStatR0DynMapSetSize[(pSet->cEntries * 10 / RT_ELEMENTS(pSet->aEntries)) % 11]); 1903 1903 AssertMsg(pSet->cEntries < PGMMAPSET_MAX_FILL, ("%u\n", pSet->cEntries)); 1904 1904 pgmDynMapFlushSubset(pSet);
Note:
See TracChangeset
for help on using the changeset viewer.