VirtualBox

Changeset 9911 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Jun 25, 2008 11:54:06 AM (17 years ago)
Author:
vboxsync
Message:

wrong. there were three calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r9910 r9911  
    927927        host->GetProcessorUsage(&user, &system, &idle);
    928928        printf("user=%u system=%u idle=%u\n", user/10000000, system/10000000, idle/10000000);
    929         sleep(1);
     929        RTThreadSleep(1000);
    930930    }
    931931#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette