Home
last modified time | relevance | path

Searched refs:HP_TIMING_NOW (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dperf.c705 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("rdtsc" : "=A" (Var)) macro
707 # define HP_TIMING_NOW(Var) \ macro
712 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("mov %0=ar.itc" : "=r" (Var) : : "memory") macro
732 HP_TIMING_NOW (tsc); in clock_gettime()

Completed in 5 milliseconds