Functions | |
void | removeClock () |
void | startTurboBoost () |
For OS where it makes sense sets the scheduler to be called more often. More... | |
void | endTurboBoost () |
void yarp::os::impl::Time::startTurboBoost | ( | ) |
For OS where it makes sense sets the scheduler to be called more often.
This sets the scheduler to be run to the maximum possible rate based on the capability of the hardware. Specifically, on Microsoft Windows, high resolution scheduling is used.