mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
refactor: rename global debug manager to debugManager
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f2ede40d2e
commit
c9664e6bad
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user