We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334dcc commit d0a4a22Copy full SHA for d0a4a22
src/plugins/intel_cpu/src/utils/debug_caps_config.cpp
@@ -77,7 +77,7 @@ void DebugCapsConfig::readProperties() {
77
averageCountersPath = envVarValue;
78
}
79
80
- if ((envVarValue = readEnv("OV_CPU_MEMORY_STATISTICS_PATH"))) {
+ if (auto envVarValue = readEnv("OV_CPU_MEMORY_STATISTICS_PATH")) {
81
memoryStatisticsDumpPath = envVarValue;
82
83
0 commit comments