VirtualBox

Changeset 88305 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Mar 26, 2021 9:14:59 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143522
Message:

VMM/PDMDrvHlp: Made the statistics registration function automatically prefix relative statistics names. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r87761 r88305  
    10381038     * @param   enmType     Sample type. This indicates what pvSample is pointing at.
    10391039     * @param   pszName     Sample name. The name is on this form "/<component>/<sample>".
    1040      *                      Further nesting is possible.
     1040     *                      Further nesting is possible.  If this does not start
     1041     *                      with a '/', the default prefix will be prepended,
     1042     *                      otherwise it will be used as-is.
    10411043     * @param   enmUnit     Sample unit.
    10421044     * @param   pszDesc     Sample description.
     
    10551057     * @param   enmUnit     Sample unit.
    10561058     * @param   pszDesc     Sample description.
    1057      * @param   pszName     The sample name format string.
     1059     * @param   pszName     The sample name format string.  If this does not start
     1060     *                      with a '/', the default prefix will be prepended,
     1061     *                      otherwise it will be used as-is.
    10581062     * @param   ...         Arguments to the format string.
    10591063     */
     
    10721076     * @param   enmUnit         Sample unit.
    10731077     * @param   pszDesc         Sample description.
    1074      * @param   pszName         The sample name format string.
     1078     * @param   pszName         The sample name format string.  If this does not
     1079     *                          start with a '/', the default prefix will be prepended,
     1080     *                          otherwise it will be used as-is.
    10751081     * @param   args            Arguments to the format string.
    10761082     */
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