[Profiler] Duplicate GarbageCollectionFinished notification #116666
-
Hi, @mdh1418 ,I use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I also use |
Beta Was this translation helpful? Give feedback.
-
From Maoni's comment in #108273, it doesn't appear to be a bug.
Yes, you are correct that
|
Beta Was this translation helpful? Give feedback.
From Maoni's comment in #108273, it doesn't appear to be a bug.
Yes, you are correct that
COR_PRF_HIGH_BASIC_GC
will not trigger the code paths in which the profiler will disable concurrent GC, which is checked byCOR_PRF_MONITOR_GC
as I had mentioned in #108273 (comment).