Searched refs:__kmp_stats_start_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp38 tsc_tick_count __kmp_stats_start_time; variable
H A Dkmp_stats.cpp258 startTime.getValue() - __kmp_stats_start_time.getValue(),
259 tick.getValue() - __kmp_stats_start_time.getValue(),
910 __kmp_stats_start_time = tsc_tick_count::now();
H A Dkmp_stats.h866 extern tsc_tick_count __kmp_stats_start_time;

Completed in 101 milliseconds