#include <time.h>
Go to the source code of this file.
◆ INLINE_ELAPSED
#define INLINE_ELAPSED |
( |
| INL | ) |
|
Value:static INL double elapsed(ticks t1, ticks t0) \
{ \
return (double)t1 - (double)t0; \
}
Definition at line 92 of file cycle.h.
92#define INLINE_ELAPSED(INL) static INL double elapsed(ticks t1, ticks t0) \
93{ \
94 return (double)t1 - (double)t0; \
95}