- Timestamp:
- Dec 16, 2015 1:40:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r59151 r59152 1052 1052 /* Register statistics counter. */ 1053 1053 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatBytesRead, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES, 1054 "Amount of data read.", "/Devices/%s%u/% d/ReadBytes", pszCtrlId, iCtrlInstance, iCtrlLun);1054 "Amount of data read.", "/Devices/%s%u/%u/ReadBytes", pszCtrlId, iCtrlInstance, iCtrlLun); 1055 1055 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatBytesWritten, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES, 1056 "Amount of data written.", "/Devices/%s%u/%d/WrittenBytes", pszCtrlId, iCtrlInstance, iCtrlLun); 1056 "Amount of data written.", "/Devices/%s%u/%u/WrittenBytes", pszCtrlId, iCtrlInstance, iCtrlLun); 1057 PDMDrvHlpSTAMRegisterF(pDrvIns, (void *)&pThis->StatIoDepth, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 1058 "Number of active tasks.", "/Devices/%s%u/%u/IoDepth", pszCtrlId, iCtrlInstance, iCtrlLun); 1057 1059 } 1058 1060 1059 1061 pThis->StatIoDepth = 0; 1060 1061 PDMDrvHlpSTAMRegisterF(pDrvIns, (void *)&pThis->StatIoDepth, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,1062 "Number of active tasks.", "/Devices/SCSI0/%d/IoDepth", pDrvIns->iInstance);1063 1062 1064 1063 if (!pThis->pDrvBlockAsync)
Note:
See TracChangeset
for help on using the changeset viewer.

