SWDEV-510186 - Improve logging (#220)
- Print all arguments for logs, this is useful for debug
This commit is contained in:
committed by
GitHub
parent
95cdc83eaf
commit
ce24936970
@@ -219,6 +219,8 @@ inline void warning(const char* msg) { amd::report_warning(msg); }
|
||||
} \
|
||||
} while (false)
|
||||
|
||||
#define IsLogEnabled(level, mask) (AMD_LOG_LEVEL >= level && (AMD_LOG_MASK & mask || AMD_LOG_MASK == amd::LOG_ALWAYS))
|
||||
|
||||
//called on entry and exit, calculates duration with local starttime variable defined in HIP_INIT_API
|
||||
#define HIPPrintDuration(level, mask, startTimeUs, format, ...) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user