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 28369f6 commit 1322f3dCopy full SHA for 1322f3d
src/cpucounters.cpp
@@ -2479,8 +2479,8 @@ void PCM::initUncorePMUsDirect()
2479
CounterValueRegs.push_back(std::make_shared<PCICFGRegister64>(handle, CounterValueOffsets[r]));
2480
}
2481
auto boxCtlRegister = std::make_shared<PCICFGRegister32>(handle, CtlOffset);
2482
+ // std::cerr << "socket " << std::hex << s << " device " << device_id << " " << group << ":" << bus << ":" << device << "@" << function << "\n" << std::dec;
2483
out = UncorePMU(boxCtlRegister, CounterControlRegs, CounterValueRegs);
- return;
2484
2485
++found;
2486
0 commit comments