Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
rdtsc.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFINE_HW_COUNTER()
 

Macro Definition Documentation

#define DEFINE_HW_COUNTER ( )
Value:
static __inline__ unsigned long long getticks(void) \
{ \
volatile unsigned low, high; \
__asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)); \
return ((unsigned long long)high)<<32 | low; \
}

Definition at line 4 of file rdtsc.h.