hpctimer_gettsc 102 ompi/tools/mpisync/hpctimer.c static __inline__ uint64_t hpctimer_gettsc(void); hpctimer_gettsc 217 ompi/tools/mpisync/hpctimer.c return (double)(hpctimer_gettsc() - hpctimer_overhead) / (double)hpctimer_freq; hpctimer_gettsc 279 ompi/tools/mpisync/hpctimer.c count = hpctimer_gettsc(); hpctimer_gettsc 280 ompi/tools/mpisync/hpctimer.c count = hpctimer_gettsc() - count; hpctimer_gettsc 325 ompi/tools/mpisync/hpctimer.c count = hpctimer_gettsc(); hpctimer_gettsc 327 ompi/tools/mpisync/hpctimer.c count = hpctimer_gettsc() - count - overhead;