Changeset 72589 in vbox for trunk/src/VBox
- Timestamp:
- Jun 17, 2018 6:31:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r72588 r72589 7622 7622 "Profiling of the flush operations.", "/Devices/IDE%d/ATA%d/Unit%d/Flushes", iInstance, i, j); 7623 7623 #endif 7624 PDMDevHlpSTAMRegisterF(pDevIns, &pIf->StatStatusYields, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, 7625 "Profiling of status polling yields.", "/Devices/IDE%d/ATA%d/Unit%d/StatusYields", iInstance, i, j); 7624 7626 } 7625 7627 #ifdef VBOX_WITH_STATISTICS /** @todo release too. */
Note:
See TracChangeset
for help on using the changeset viewer.