Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp814 int ncores_with_eff = get_ncores_with_attr(attr); in print() local
815 if (ncores_with_eff > 0) { in print()
816 KMP_INFORM(TopologyHybridCoreEff, env_var, ncores_with_eff, eff); in print()