Changeset 45367 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Apr 5, 2013 1:02:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84789
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r45051 r45367 64 64 break; \ 65 65 ++nCalls; \ 66 } while (RTTimeMilliTS() - start < RUN_TIME_MS); \66 } while (RTTimeMilliTS() - start < RUN_TIME_MS); \ 67 67 if (RT_FAILURE(rc)) \ 68 68 { \ … … 469 469 } 470 470 start = RTTimeMilliTS(); 471 while (RTTimeMilliTS() - start < 5000)471 while (RTTimeMilliTS() - start < 5000) 472 472 ; // Loop for 5 seconds 473 473 rc = collector->preCollect(hints, 0);
Note:
See TracChangeset
for help on using the changeset viewer.