refactor: rename global debug manager to debugManager

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-11-30 08:32:25 +00:00
committed by Compute-Runtime-Automation
parent f2ede40d2e
commit c9664e6bad
849 changed files with 6194 additions and 6194 deletions

View File

@@ -66,7 +66,7 @@ const std::string CompilerCache::getCachedFileName(const HardwareInfo &hwInfo, c
<< std::hex
<< res;
if (DebugManager.flags.BinaryCacheTrace.get()) {
if (debugManager.flags.BinaryCacheTrace.get()) {
std::string traceFilePath = config.cacheDir + PATH_SEPARATOR + stream.str() + ".trace";
std::string inputFilePath = config.cacheDir + PATH_SEPARATOR + stream.str() + ".input";
std::lock_guard<std::mutex> lock(cacheAccessMtx);