Changeset 19195 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Apr 27, 2009 8:53:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r19022 r19195 2449 2449 2450 2450 /* RC only: */ 2451 STAMCOUNTER StatRCDynMapCacheMisses; /**< RC: The number of dynamic page mapping cache hits */2452 STAMCOUNTER StatRCDynMapCacheHits; /**< RC: The number of dynamic page mapping cache misses */2451 STAMCOUNTER StatRCDynMapCacheMisses; /**< RC: The number of dynamic page mapping cache misses */ 2452 STAMCOUNTER StatRCDynMapCacheHits; /**< RC: The number of dynamic page mapping cache hits */ 2453 2453 STAMCOUNTER StatRCInvlPgConflict; /**< RC: Number of times PGMInvalidatePage() detected a mapping conflict. */ 2454 2454 STAMCOUNTER StatRCInvlPgSyncMonCR3; /**< RC: Number of times PGMInvalidatePage() ran into PGM_SYNC_MONITOR_CR3. */
Note:
See TracChangeset
for help on using the changeset viewer.