Changeset 9911 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jun 25, 2008 11:54:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r9910 r9911 927 927 host->GetProcessorUsage(&user, &system, &idle); 928 928 printf("user=%u system=%u idle=%u\n", user/10000000, system/10000000, idle/10000000); 929 sleep(1);929 RTThreadSleep(1000); 930 930 } 931 931 #endif
Note:
See TracChangeset
for help on using the changeset viewer.