Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Alexey Korovin
Total activity
11
Last activity
February 28, 2024 17:57
Member since
January 11, 2023 12:37
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (6)
Alexey Korovin
commented,
February 28, 2024 17:57
Yes, it is real. BGC stands for background GC as opposed to non-concurrent GC. Also, you have server GC and workstation GC modes. So there are 4 possible modes. See https://learn.microsoft.com/en-u...
Community
dotTrace discussions
I have both - Server GC and Background GC threads in the same app in a timeline profiling. Is it real?
0 votes
Alexey Korovin
commented,
April 18, 2023 12:24
Thank you for reaching out to us. The reason we can't perform aggregation across multiple async methods is due to parallelism. If async method A waits on async method B and something else - we can'...
Community
dotTrace discussions
Bad continuations in async method analysis
0 votes
Alexey Korovin
commented,
March 02, 2023 14:26
Hi, Giorgi. What profiling type are you using in dotTrace? Sampling, Tracing, Timeline? Which operating system are you running your application on? Can you verify that there is no jitting happening...
Community
dotTrace discussions
Is dotTrace unable to profile ReadyToRun binaries?
0 votes
Alexey Korovin
commented,
January 31, 2023 12:08
Hello Synastry, While we're looking into what might have gone wrong with the "Download symbols" option, can you please explain the difficulties to match hotspots and call tree? Is "Hide system func...
Community
dotTrace discussions
Clearing symbol file locations doesn't make native call-stacks back to unknown or hidden.
0 votes
Alexey Korovin
commented,
January 12, 2023 13:26
You can add continuations and await time to the "root" node on exactly one level, but you can see these times in the tree on any level, just by expanding async methods and looking for await and con...
Community
dotTrace discussions
Bad continuations in async method analysis
0 votes
Alexey Korovin
commented,
January 11, 2023 12:37
Hi, Eric. First i do not understand the await line of 86.5 %. Why the analyze cannot analyze the continuation of 86.5% of the method ? It means that CreateAndUpdateParentsAsync was awaiting other...
Community
dotTrace discussions
Bad continuations in async method analysis
0 votes