CUBRID Engine  latest
cycle.h File Reference
#include <time.h>
Include dependency graph for cycle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INLINE_ELAPSED(INL)
 

Macro Definition Documentation

#define INLINE_ELAPSED (   INL)
Value:
static INL double elapsed(ticks t1, ticks t0) \
{ \
return (double)t1 - (double)t0; \
}

Definition at line 101 of file cycle.h.