Searched refs:HP_TIMING_NOW (Results 1 – 1 of 1) sorted by relevance
705 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("rdtsc" : "=A" (Var)) macro707 # define HP_TIMING_NOW(Var) \ macro712 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("mov %0=ar.itc" : "=r" (Var) : : "memory") macro732 HP_TIMING_NOW (tsc); in clock_gettime()
Completed in 5 milliseconds