bench: Remove redundant logging benchmarks

LogPrint*ThreadNames is redundant with LogWith(out)ThreadNames, because
they all measure toggling the thread names (and check that it has no
effect on performance).

This also allows to remove unused and deprecated macros.
This commit is contained in:
MarcoFalke
2024-09-02 14:34:28 +02:00
parent fa8dd952e2
commit fadbcd51fc
4 changed files with 0 additions and 34 deletions

View File

@@ -26,7 +26,6 @@ FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS = [
'LogDebug,1',
'LogTrace,1',
'LogPrintf,0',
'LogPrintfCategory,1',
'LogPrintLevel,2',
'printf,0',
'snprintf,2',