VirtualBox

Changeset 95561 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 7, 2022 11:56:09 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Some crude exception/interrupt stats and history, take two. bugref:9898

File:
1 edited

Legend:

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

    r95560 r95561  
    718718    IEMTLB                  CodeTlb;
    719719
    720     /** Exception and interrupt statistics. */
    721     STAMCOUNTER             aStatXcpts[256];
     720    /** Exception statistics. */
     721    STAMCOUNTER             aStatXcpts[32];
     722    /** Interrupt statistics. */
     723    uint32_t                aStatInts[256];
    722724
    723725#if defined(VBOX_WITH_STATISTICS) && !defined(IN_TSTVMSTRUCT) && !defined(DOXYGEN_RUNNING)
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