Changeset 16412 in vbox
- Timestamp:
- Jan 30, 2009 1:23:20 PM (16 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
r16408 r16412 1279 1279 1280 1280 STAM_REL_REG(pVM, &pVM->pgm.s.cGuestModeChanges, STAMTYPE_COUNTER, "/PGM/cGuestModeChanges", STAMUNIT_OCCURENCES, "Number of guest mode changes."); 1281 STAM_REL_REG(pVM, &pVM->pgm.s.cRelocations, STAMTYPE_COUNTER, "/PGM/cRelocations", STAMUNIT_OCCURENCES, "Number of hypervisor relocations."); 1281 1282 #ifdef VBOX_WITH_STATISTICS 1282 1283 pgmR3InitStats(pVM); -
trunk/src/VBox/VMM/PGMInternal.h
r16376 r16412 2634 2634 /** The number of times the guest has switched mode since last reset or statistics reset. */ 2635 2635 STAMCOUNTER cGuestModeChanges; 2636 /** The number of times we were forced to change the hypervisor region location. */ 2637 STAMCOUNTER cRelocations; 2636 2638 /** @} */ 2637 2639
Note:
See TracChangeset
for help on using the changeset viewer.

