51 #include <visp3/core/vpConfig.h> 52 #include <visp3/core/vpException.h> 78 VISP_EXPORT std::string
getDateTime(
const std::string &format =
"%Y/%m/%d %H:%M:%S");
83 VISP_EXPORT
void sleepMs(
double t);
84 VISP_EXPORT
int wait(
double t0,
double t);
85 VISP_EXPORT
void wait(
double t);
VISP_EXPORT int wait(double t0, double t)
Time management and measurement.
VISP_EXPORT double measureTimeSecond()
VISP_EXPORT double measureTimeMs()
VISP_EXPORT std::string getDateTime(const std::string &format="%Y/%m/%d %H:%M:%S")
VISP_EXPORT void sleepMs(double t)
VISP_EXPORT double measureTimeMicros()
VISP_EXPORT double getMinTimeForUsleepCall()