Changeset 33595 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Oct 29, 2010 10:35:00 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r33540 r33595 7872 7872 "Amount of time for the read/write operation to complete.", "/Devices/SATA%d/Port%d/ProfileReadWrite", iInstance, i); 7873 7873 PDMDevHlpSTAMRegisterF(pDevIns, &pAhciPort->StatProfileDestroyScatterGatherList, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_NS_PER_CALL, 7874 "Amount of time to destroy the scatter gather list and free associated res sources.", "/Devices/SATA%d/Port%d/ProfileDestroyScatterGatherList", iInstance, i);7874 "Amount of time to destroy the scatter gather list and free associated resources.", "/Devices/SATA%d/Port%d/ProfileDestroyScatterGatherList", iInstance, i); 7875 7875 #endif 7876 7876
Note:
See TracChangeset
for help on using the changeset viewer.