|
LMMS
|
#include <time.h>#include <sys/time.h>Go to the source code of this file.
Macros | |
| #define | _POSIX_C_SOURCE 200809L |
Functions | |
| static double | bench_elapsed_s (const struct timespec *start, const struct timespec *end) |
| static struct timespec | bench_start (void) |
| static double | bench_end (const struct timespec *start_t) |
A simple real-time benchmarking API.
| #define _POSIX_C_SOURCE 200809L |
|
inlinestatic |
|
inlinestatic |