Searched refs:tb (Results 1 – 1 of 1) sorted by relevance
21 uint64_t tb = GetTimeBase(); in cycle_count_stop() local22 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()