Re: [PR] Reduce overhead of commonly used logging macros [logging-log4cxx]

2024-01-24 Thread via GitHub
swebb2066 merged PR #337: URL: https://github.com/apache/logging-log4cxx/pull/337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr

Re: [PR] Reduce overhead of commonly used logging macros [logging-log4cxx]

2024-01-24 Thread via GitHub
swebb2066 commented on PR #337: URL: https://github.com/apache/logging-log4cxx/pull/337#issuecomment-1909148787 The new benchmarks for Windos are: | Benchmark | Time | CPU | Iterations | | | - | | | | Testing disabled logging request | 2.96 ns | 0.

[PR] Reduce overhead of commonly used logging macros [logging-log4cxx]

2024-01-23 Thread via GitHub
swebb2066 opened a new pull request, #337: URL: https://github.com/apache/logging-log4cxx/pull/337 The function scope static variable access in `Level::getInfo() `etc has unnecessary overhead (10% of logging a message). The new benchmarks for Ubuntu gcc 11 are: | Benchmark | T