#include "libgomp.h"#include <unistd.h>#include <sys/timeb.h>Include dependency graph for time.c:

Go to the source code of this file.
Functions | |
| double | omp_get_wtime (void) |
| double | omp_get_wtick (void) |
| double omp_get_wtick | ( | void | ) |
Definition at line 40 of file time.c.
References e.
Referenced by main(), and omp_get_wtick_().
Here is the caller graph for this function:

| double omp_get_wtime | ( | void | ) |
Definition at line 32 of file time.c.
Referenced by main(), omp_get_wtime_(), and verify().
Here is the caller graph for this function:

1.4.7