Home | History | Annotate | Download | only in Support

Lines Matching refs:CPU

1354     std::string CPU = sys::getHostCPUName();
1355 if (CPU == "generic") CPU = "(unknown)";
1361 << " Host CPU: " << CPU << '\n';