Home
last modified time | relevance | path

Searched defs:tsc_tick_count (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_stats_timing.h45 friend class tsc_tick_count; variable
56 tsc_tick_count() in tsc_tick_count() function
59 tsc_tick_count() : my_count(static_cast<int64_t>(__rdtsc())) {} in tsc_tick_count() function
63 tsc_tick_count(int64_t value) : my_count(value) {} in tsc_tick_count() function