SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "src/internal_config.h"
#include "xbt/sysdep.h"
#include "xbt/log.h"
#include "xbt/xbt_os_time.h"
#include <math.h>
#include <sys/time.h>
#include <time.h>
Classes | |
struct | s_xbt_os_timer |
Functions | |
double | xbt_os_time (void) |
get time in seconds More... | |
void | xbt_os_sleep (double sec) |
size_t | xbt_os_timer_size (void) |
xbt_os_timer_t | xbt_os_timer_new (void) |
void | xbt_os_timer_free (xbt_os_timer_t timer) |
double | xbt_os_timer_elapsed (xbt_os_timer_t timer) |
void | xbt_os_walltimer_start (xbt_os_timer_t timer) |
void | xbt_os_walltimer_resume (xbt_os_timer_t timer) |
void | xbt_os_walltimer_stop (xbt_os_timer_t timer) |
void | xbt_os_cputimer_start (xbt_os_timer_t timer) |
void | xbt_os_cputimer_resume (xbt_os_timer_t timer) |
void | xbt_os_cputimer_stop (xbt_os_timer_t timer) |
void | xbt_os_threadtimer_start (xbt_os_timer_t timer) |
void | xbt_os_threadtimer_resume (xbt_os_timer_t timer) |
void | xbt_os_threadtimer_stop (xbt_os_timer_t timer) |
double xbt_os_time | ( | void | ) |
get time in seconds
gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).
void xbt_os_sleep | ( | double | sec | ) |
size_t xbt_os_timer_size | ( | void | ) |
xbt_os_timer_t xbt_os_timer_new | ( | void | ) |
void xbt_os_timer_free | ( | xbt_os_timer_t | timer | ) |
double xbt_os_timer_elapsed | ( | xbt_os_timer_t | timer | ) |
void xbt_os_walltimer_start | ( | xbt_os_timer_t | timer | ) |
void xbt_os_walltimer_resume | ( | xbt_os_timer_t | timer | ) |
void xbt_os_walltimer_stop | ( | xbt_os_timer_t | timer | ) |
void xbt_os_cputimer_start | ( | xbt_os_timer_t | timer | ) |
void xbt_os_cputimer_resume | ( | xbt_os_timer_t | timer | ) |
void xbt_os_cputimer_stop | ( | xbt_os_timer_t | timer | ) |
void xbt_os_threadtimer_start | ( | xbt_os_timer_t | timer | ) |
void xbt_os_threadtimer_resume | ( | xbt_os_timer_t | timer | ) |
void xbt_os_threadtimer_stop | ( | xbt_os_timer_t | timer | ) |