Changeset 56573 in vbox
- Timestamp:
- Jun 22, 2015 10:15:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r56529 r56573 678 678 static uint64_t tstVDIoGetSpeedKBs(uint64_t cbIo, uint64_t tsNano) 679 679 { 680 /* Seen on one of the testboxes, avoid division by 0 below. */ 681 if (tsNano == 0) 682 return 0; 683 680 684 /* 681 685 * Blow up the value until we can do the calculation without getting 0 as
Note:
See TracChangeset
for help on using the changeset viewer.