Home
last modified time | relevance | path

Searched refs:thread_life_timer (Results 1 – 13 of 13) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.h727 explicitTimer thread_life_timer; variable
738 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
751 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
752 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h720 explicitTimer thread_life_timer; variable
731 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
744 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
745 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h720 explicitTimer thread_life_timer; variable
731 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
744 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
745 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h723 explicitTimer thread_life_timer; variable
734 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
747 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
748 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h723 explicitTimer thread_life_timer; variable
734 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
747 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
748 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h719 explicitTimer thread_life_timer; variable
730 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
743 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
744 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h709 explicitTimer thread_life_timer; variable
720 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
733 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
734 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h723 explicitTimer thread_life_timer;
734 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life],
747 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); }
748 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); }