hpctimer_freq      98 ompi/tools/mpisync/hpctimer.c static uint64_t hpctimer_freq;      /* Timer frequency (ticks per usec) */
hpctimer_freq     217 ompi/tools/mpisync/hpctimer.c     return (double)(hpctimer_gettsc() - hpctimer_overhead) / (double)hpctimer_freq;
hpctimer_freq     229 ompi/tools/mpisync/hpctimer.c     hpctimer_freq = hpctimer_calibrate_sleep(hpctimer_overhead);