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 f4f31a3 commit abdb59dCopy full SHA for abdb59d
src/cpucounters.cpp
@@ -2019,7 +2019,7 @@ void disableNMIWatchdog(const bool silent)
2019
{
2020
if (!silent)
2021
2022
- std::cerr << "Disabling NMI watchdog since it consumes one hw-PMU counter. To keep NMU watchdog set environment variable "
+ std::cerr << " Disabling NMI watchdog since it consumes one hw-PMU counter. To keep NMU watchdog set environment variable "
2023
<< keepNMIWatchdogEnabledEnvStr << "=1 (this reduces the core metrics set)\n";
2024
}
2025
writeSysFS(PCM_NMI_WATCHDOG_PATH, "0");
0 commit comments