Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats_timing.cpp27 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count
34 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count
H A Dkmp_stats_timing.h72 static double tick_time(); // returns seconds per cycle (period) of clock
101 return value * tick_time(); in seconds()