VirtualBox

Changeset 22327 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 18, 2009 2:52:08 PM (15 years ago)
Author:
vboxsync
Message:

Disabled rarely useful statistics as they pollute the log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r22326 r22327  
    16631663    Assert(PdeSrc.n.u1Present);
    16641664    Assert(cPages);
     1665# if 0 /* rarely useful; leave for debugging. */
    16651666    STAM_COUNTER_INC(&pVCpu->pgm.s.StatSyncPagePD[(GCPtrPage >> GST_PD_SHIFT) & GST_PD_MASK]);
     1667# endif
    16661668
    16671669    /*
     
    24742476
    24752477    STAM_PROFILE_START(&pVCpu->pgm.s.CTX_MID_Z(Stat,SyncPT), a);
     2478#if 0 /* rarely useful; leave for debugging. */
    24762479    STAM_COUNTER_INC(&pVCpu->pgm.s.StatSyncPtPD[iPDSrc]);
     2480#endif
    24772481    LogFlow(("SyncPT: GCPtrPage=%RGv\n", GCPtrPage));
    24782482
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