Searched refs:logEvent (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.h | 54 logEvent = 1 << 4 //!< statistic can be logged on the event timeline when enumerator 139 macro (OMP_worker_thread_life, stats_flags_e::logEvent, arg) \ 140 macro (OMP_parallel, stats_flags_e::logEvent, arg) \ 141 macro (OMP_parallel_overhead, stats_flags_e::logEvent, arg) \ 142 macro (OMP_teams, stats_flags_e::logEvent, arg) \ 143 macro (OMP_teams_overhead, stats_flags_e::logEvent, arg) \ 162 macro (OMP_plain_barrier, stats_flags_e::logEvent, arg) \ 163 macro (OMP_idle, stats_flags_e::logEvent, arg) \ 474 static bool logEvent(timer_e e) { in logEvent() function 475 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent() [all …]
|
| H A D | kmp_stats.cpp | 244 if (timeStat::logEvent(timerEnumValue)) { in start() 257 if (timeStat::logEvent(timerEnumValue)) { in stop() 587 if (timeStat::logEvent((timer_e)i)) { in setupEventColors() 741 if (timeStat::logEvent((timer_e)i)) { in printPloticusFile()
|