mdcore
0.1.5
|
#include <sys/time.h>
#include <time.h>
Go to the source code of this file.
Defines | |
#define | INLINE_ELAPSED(INL) |
#define INLINE_ELAPSED | ( | INL | ) |
static INL double elapsed(ticks t1, ticks t0) \ { \ return (double)t1 - (double)t0; \ }