VirtualBox

Changeset 91248 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 15, 2021 12:25:05 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Moved the statistics into the VM and VMCPU structures (was on the hyper heap). [build fix] bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r91247 r91248  
    32813281    /** @} */
    32823282
     3283#ifdef VBOX_WITH_STATISTICS
    32833284    /** These are optional statistics that used to be on the hyper heap. */
    32843285    PGMSTATS                        Stats;
     3286#endif
    32853287} PGM;
    32863288#ifndef IN_TSTVMSTRUCTGC /* HACK */
     
    33043306
    33053307
    3306 
     3308#ifdef VBOX_WITH_STATISTICS
    33073309typedef struct PGMCPUSTATS
    33083310{
     
    34903492    STAMPROFILE StatR3GstModifyPage;                /**< R3: Profiling of the PGMGstModifyPage() body */
    34913493} PGMCPUSTATS;
     3494#endif /* VBOX_WITH_STATISTICS */
    34923495
    34933496
     
    36593662    /** @} */
    36603663
     3664#ifdef VBOX_WITH_STATISTICS
    36613665    /** @name Statistics
    36623666     * @{ */
     
    36663670    PGMCPUSTATS                     Stats;
    36673671    /** @} */
     3672#endif
    36683673} PGMCPU;
    36693674/** Pointer to the per-cpu PGM data. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette