Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h460 static statInfo timerInfo[]; variable
464 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
466 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
469 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
472 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
475 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
478 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
482 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
H A Dkmp_stats.cpp29 statInfo timeStat::timerInfo[] = { member in timeStat