Changeset 102842 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 11, 2024 1:48:36 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/STAM.cpp
r102828 r102842 1191 1191 * @param enmUnit The sample unit: STAMUNIT_PCT, STAMUNIT_PP1K, 1192 1192 * STAMUNIT_PP10K, STAMUNIT_PPM or STAMUNIT_PPB. 1193 * @param psz NameName of the sample which value should be put1193 * @param pszValue Name of the sample which value should be put 1194 1194 * against the sum of all. 1195 1195 * @param pszSummandPattern A simple pattern for the elements that should be … … 1276 1276 * @param enmUnit The sample unit: STAMUNIT_PCT, STAMUNIT_PP1K, 1277 1277 * STAMUNIT_PP10K, STAMUNIT_PPM or STAMUNIT_PPB. 1278 * @param psz NameName of the sample which value should be put1278 * @param pszValue Name of the sample which value should be put 1279 1279 * against the sum of all. 1280 1280 * @param pszSummandPattern A simple pattern for the elements that should be
Note:
See TracChangeset
for help on using the changeset viewer.