#include <time.h>
Go to the source code of this file.
◆ INLINE_ELAPSED
#define INLINE_ELAPSED |
( |
|
INL | ) |
|
Value:static INL
double elapsed(CycleCounterTicks t1, CycleCounterTicks t0) \
{ \
return (double)(t1 - t0); \
}
static double elapsed(qint64 after, qint64 before)
Definition at line 96 of file cycle_p.h.