mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +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
@@ -14,7 +14,7 @@
|
||||
namespace NEO {
|
||||
|
||||
void AppResourceHelper::copyResourceTagStr(char *dst, AllocationType type, size_t size) {
|
||||
if (DebugManager.flags.EnableResourceTags.get()) {
|
||||
if (debugManager.flags.EnableResourceTags.get()) {
|
||||
auto tag = getResourceTagStr(type);
|
||||
strcpy_s(dst, size, tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user