CUBRID Engine
latest
Main Page
Namespaces
Classes
Files
File List
File Members
Macros
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
.
src
base
cycle.h
Generated by
1.8.11