Changeset 12401 in vbox
- Timestamp:
- Sep 11, 2008 11:10:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r12400 r12401 138 138 start = RTTimeNanoTS(); 139 139 140 for (int times = 0; times < 100; times++) 140 int times; 141 for (times = 0; times < 100; times++) 141 142 { 142 143 /* Pre-collect */
Note:
See TracChangeset
for help on using the changeset viewer.