-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: profiling improvements #3941
Conversation
a2b3664
to
f89815a
Compare
@vaind any idea how/why the same method ends up with multiple frames on the stack? That implies the method actually gets called twice right (unless one of them is a wrapper)? |
Not on the same stack. |
* Revert "Skip flaky test (EventPipeSession_ReceivesExpectedCLREvents) (#3949)" This reverts commit 50e5232. * Revert "fix: net8 unknown stack trace methods for JIT methods (#3942)" This reverts commit d197cb2. * Revert "chore: profiling improvements (#3941)" This reverts commit bea672a. * chore: revert changelog * Verify tests * Windows verify tests --------- Co-authored-by: James Crosswell <[email protected]>
Some improvements I've done while investigating #3924 - the only visible thing is deduplicating stack frames that do have a different code address but are actually the same method so as far as the UI is concerned, they're the same frame.