#include <sys/resource.h>
#include <meteoio/IOExceptions.h>
Go to the source code of this file.
|
class | mio::Timer |
| Time code execution with at least 1 us resolution. The time resolution can be stored up to .1 ns resolution, but is measured to the following accuracy: More...
|
|
class | mio::UsageTimer |
| Process usage timer for Posix This is based on getrusage and thus returns detailed timing information about how the time was spend (userland, system time). More...
|
|
class | mio::WatchDog |
| A software watchdog, killing the current process after the given number of seconds. More...
|
|