Home
last modified time | relevance | path

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

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