Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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
Dkmp_stats_timing.h72 static double tick_time(); // returns seconds per cycle (period) of clock
101 return value * tick_time(); in seconds()