Changeset 65028 in vbox
- Timestamp:
- Dec 29, 2016 11:56:02 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r65027 r65028 2676 2676 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalSamplesLostOut, "TotalSamplesLostOut", 2677 2677 STAMUNIT_COUNT, "Total output samples lost."); 2678 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalSamplesOut, "TotalSamplesPlayed",2678 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalSamplesOut, "TotalSamplesPlayed", 2679 2679 STAMUNIT_COUNT, "Total samples played by backend."); 2680 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalSamplesIn, "TotalSamplesCaptured",2680 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalSamplesIn, "TotalSamplesCaptured", 2681 2681 STAMUNIT_COUNT, "Total samples captured by backend."); 2682 2682 PDMDrvHlpSTAMRegCounterEx(pDrvIns, &pThis->Stats.TotalBytesRead, "TotalBytesRead", … … 2685 2685 STAMUNIT_BYTES, "Total bytes written."); 2686 2686 2687 PDMDrvHlpSTAMRegProfileAdvEx(pDrvIns, &pThis->Stats.DelayIn, "DelayIn",2687 PDMDrvHlpSTAMRegProfileAdvEx(pDrvIns, &pThis->Stats.DelayIn, "DelayIn", 2688 2688 STAMUNIT_NS_PER_CALL, "Profiling of input data processing."); 2689 PDMDrvHlpSTAMRegProfileAdvEx(pDrvIns, &pThis->Stats.DelayOut, "DelayOut",2689 PDMDrvHlpSTAMRegProfileAdvEx(pDrvIns, &pThis->Stats.DelayOut, "DelayOut", 2690 2690 STAMUNIT_NS_PER_CALL, "Profiling of output data processing."); 2691 2691 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

