SWDEV-295522: Fixing Performance Issue

Removing DEBUG_TRACES and the unnecessary use of roctracer_op_string, made the MS app reporting 78 to 81 stable samples per second, depending on the type of the trace, while the main app without rocprof reports 100 to 106. More detailed numbers will be posted in the ticket.

Change-Id: Ifbc529278cea54dd23e6086aa9b9ea2df952d5dd
Tá an tiomantas seo le fáil i:
Ammar ELWazir
2022-04-07 15:12:47 +00:00
tiomanta ag Ammar Elwazir
tuismitheoir dc8717a6b5
tiomantas e4569c41fe
D'athraigh 3 comhad le 13 breiseanna agus 16 scriosta
+1 -1
Féach ar an gComhad
@@ -209,7 +209,7 @@ inline static void DEBUG_TRACE(const char* fmt, ...) {
va_end(valist);
}
#else
inline static void DEBUG_TRACE(const char* fmt, ...) {}
#define DEBUG_TRACE(...)
#endif
#endif // SRC_UTIL_LOGGER_H_