Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h439 static statInfo timerInfo[]; variable
443 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
445 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
448 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
451 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
454 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
457 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
461 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
H A Dkmp_stats.cpp30 statInfo timeStat::timerInfo[] = { member in timeStat