#include <dlrPortability/timeUtilities.h>
#include <time.h>
#include <sys/time.h>
#include <sys/select.h>
#include <cmath>
Include dependency graph for timeUtilities.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::portability |
Functions | |
| void | dlr::portability::preciseSleep (int milliseconds) |
| This function causes the program to suspend execution for at least as many milliseconds as specified by its argument. | |
| double | dlr::portability::getCurrentTime () |
| This function returns the current time as a double, the number of seconds since some significant (and OS dependent) event in the distant past. | |
| void | dlr::portability::portableSleep (double seconds) |
| This function causes the program to suspend execution for at least as many seconds as specified by its argument. | |
(C) Copyright 2004-2006 David LaRose, dlr@alumni.carnegiemellon.edu See accompanying LICENSE file for details.
Definition in file timeUtilities.cpp.
1.5.2