Changeset 91248 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 15, 2021 12:25:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r91247 r91248 3281 3281 /** @} */ 3282 3282 3283 #ifdef VBOX_WITH_STATISTICS 3283 3284 /** These are optional statistics that used to be on the hyper heap. */ 3284 3285 PGMSTATS Stats; 3286 #endif 3285 3287 } PGM; 3286 3288 #ifndef IN_TSTVMSTRUCTGC /* HACK */ … … 3304 3306 3305 3307 3306 3308 #ifdef VBOX_WITH_STATISTICS 3307 3309 typedef struct PGMCPUSTATS 3308 3310 { … … 3490 3492 STAMPROFILE StatR3GstModifyPage; /**< R3: Profiling of the PGMGstModifyPage() body */ 3491 3493 } PGMCPUSTATS; 3494 #endif /* VBOX_WITH_STATISTICS */ 3492 3495 3493 3496 … … 3659 3662 /** @} */ 3660 3663 3664 #ifdef VBOX_WITH_STATISTICS 3661 3665 /** @name Statistics 3662 3666 * @{ */ … … 3666 3670 PGMCPUSTATS Stats; 3667 3671 /** @} */ 3672 #endif 3668 3673 } PGMCPU; 3669 3674 /** Pointer to the per-cpu PGM data. */
Note:
See TracChangeset
for help on using the changeset viewer.