1000 calls to LogEvent taking 10s in debug, where to get started #1320
Unanswered
iammbothra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I profiled M365 app and saw that in boot time we log certain events they are in order of 10s and the time taken by them is roughly of the order of 80ms/per Log call. I forced few extra log statements making it 1000 calls and am seeing it take ~10s all calls combined. This all was done in debug mode. Are there any obvious gotchas that I am missing and you folks can provide pointers to that.

This is on using cpp telemetry sdk on windows.
Beta Was this translation helpful? Give feedback.
All reactions