Searched defs:tsc_tick_count (Results 1 – 1 of 1) sorted by relevance
45 friend class tsc_tick_count; variable56 tsc_tick_count() in tsc_tick_count() function59 tsc_tick_count() : my_count(static_cast<int64_t>(__rdtsc())) {} in tsc_tick_count() function63 tsc_tick_count(int64_t value) : my_count(value) {} in tsc_tick_count() function