Home | History | Annotate | Download | only in Support

Lines Matching refs:CPU

1697     std::string CPU = sys::getHostCPUName();
1698 if (CPU == "generic") CPU = "(unknown)";
1704 << " Host CPU: " << CPU << '\n';