Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dcycle_count.c21 uint64_t tb = GetTimeBase(); in cycle_count_stop() local
22 if(__builtin_expect(tb < start, 0)) in cycle_count_stop()
24 total += tb + (UINT64_MAX-start); in cycle_count_stop()
28 total += tb-start; in cycle_count_stop()