VirtualBox

Changeset 90520 in vbox for trunk/include


Ignore:
Timestamp:
Aug 4, 2021 9:37:54 PM (3 years ago)
Author:
vboxsync
Message:

VBoxDbg,FE/Qt: Added --statistics-expand=pat and --statistics-filter=pat command line options to VirtualBoxVM to simplify monitoring the same statistics in repeated test runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dbggui.h

    r85121 r90520  
    5959    DECLCALLBACKMEMBER(void, pfnAdjustRelativePos,(PDBGGUI pGui, int x, int y, unsigned cx, unsigned cy));
    6060    /** @copydoc DBGGuiShowStatistics */
    61     DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui));
     61    DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand));
    6262    /** @copydoc DBGGuiShowCommandLine */
    6363    DECLCALLBACKMEMBER(int, pfnShowCommandLine,(PDBGGUI pGui));
     
    139139 * @returns VBox status code.
    140140 * @param   pGui        The instance returned by DBGGuiCreate().
     141 * @param   pszFilter   Filter pattern.
     142 * @param   pszExpand   Expand pattern.
    141143 */
    142 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui);
     144DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand);
    143145
    144146/**
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