VirtualBox

Changeset 73394 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 30, 2018 2:47:37 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124012
Message:

Audio/DrvAudio.cpp: Statistics naming nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r73381 r73394  
    36373637        PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalFramesLostOut,   "TotalFramesLostOut",
    36383638                                  STAMUNIT_COUNT, "Total output frames lost.");
    3639         PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalFramesOut,       "TotalFramesPlayed",
     3639        PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalFramesOut,       "TotalFramesOut",
    36403640                                  STAMUNIT_COUNT, "Total frames played by backend.");
    3641         PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalFramesIn,        "TotalFramesCaptured",
     3641        PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalFramesIn,        "TotalFramesIn",
    36423642                                  STAMUNIT_COUNT, "Total frames captured by backend.");
    36433643        PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalBytesRead,       "TotalBytesRead",
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