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 01bd88d commit 670fe3eCopy full SHA for 670fe3e
src/cpucounters.cpp
@@ -2216,6 +2216,10 @@ PCM::PCM() :
2216
2217
initEnergyMonitoring();
2218
2219
+#ifndef PCM_SILENT
2220
+ std::cerr << "\n";
2221
+#endif
2222
+
2223
initUncoreObjects();
2224
2225
initRDT();
@@ -2232,6 +2236,10 @@ PCM::PCM() :
2232
2236
{
2233
2237
coreTaskQueues.push_back(std::make_shared<CoreTaskQueue>(i));
2234
2238
}
2239
2240
2241
2242
2235
2243
2244
2245
void PCM::printDetailedSystemTopology()
0 commit comments