We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ae8b7 commit 3b9647fCopy full SHA for 3b9647f
src/cpucounters.cpp
@@ -2666,7 +2666,7 @@ void PCM::initUncorePMUsDirect()
2666
std::hex << devInfo.func << "/telemetry/control";
2667
qatTLMCTLStr = readSysFS(qat_TLMCTL_sysfs_path.str().c_str(), true);
2668
if(!qatTLMCTLStr.size()){
2669
- std::cout << "Warning: IDX - QAT telemetry feature of B:0x" << std::hex << devInfo.bus << ",D:0x" << devInfo.dev << ",F:0x" << devInfo.func \
+ std::cerr << "Warning: IDX - QAT telemetry feature of B:0x" << std::hex << devInfo.bus << ",D:0x" << devInfo.dev << ",F:0x" << devInfo.func \
2670
<< " is NOT available, skipped." << std::dec << std::endl;
2671
continue;
2672
}
0 commit comments