VirtualBox

Ignore:
Timestamp:
Sep 30, 2008 2:20:33 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37174
Message:

Debugger: more fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h

    r12817 r12819  
    7777     */
    7878    void resetStats(const QString &rPatStr);
    79 
    80 private:
    81     /**
    82      * Callback function for the STAMR3Enum() made by update().
    83      *
    84      * @returns 0 (i.e. never halt enumeration).
    85      *
    86      * @param   pszName         The name of the sample.
    87      * @param   enmType         The type.
    88      * @param   pvSample        Pointer to the data. enmType indicates the format of this data.
    89      * @param   enmUnit         The unit.
    90      * @param   enmVisibility   The visibility.
    91      * @param   pszDesc         The description.
    92      * @param   pvUser          Pointer to the VBoxDbgStatsView object.
    93      */
    94 //later:    static DECLCALLBACK(int) updateCallback(const char *pszName, STAMTYPE enmType, void *pvSample, STAMUNIT enmUnit,
    95 //later:                                            STAMVISIBILITY enmVisibility, const char *pszDesc, void *pvUser);
    96 
    97 protected:
    98     /**
    99      * Creates / finds the path to the specified stats item and makes is visible.
    100      *
    101      * @returns Parent node.
    102      * @param   pszName     Path to a stats item.
    103      */
    104 //    VBoxDbgStatsItem *createPath(const char *pszName);
    10579
    10680protected slots:
Note: See TracChangeset for help on using the changeset viewer.

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