Some yarp methods are time critical.
We would like to check, for example, that setControlMode() lasts no more than xxx milliseconds (see also issue robotology/icub-main#234).
We have to decide if this kind of tests should be implemented separately (create new tests) or integrated in the existing tests suits (e.g. add calls to yarp::os::Time:now() inside motor-tests, controlModes etc)