- 時間撮記:
- 2013-4-5 下午01:02:06 (12 年 以前)
- svn:sync-xref-src-repo-rev:
- 84789
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器