You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to follow through tutorial 2 but when I view the call stacks using Top Down or Bottom Up approach, none of the managed methods except for the call to tutorial!Program.Main are showing up. I have tried this on multiple machines and get the same result. The tutorial does not mention setting any extra collection options that I can see so I am at a loss as to why I cannot see the managed methods that are taking the CPU time.
Here you can see what my Callers tree looks like
The same view from the Tutorial correctly shows the SpinForASecond, RecSpinHelper and RecSpin child methods
The text was updated successfully, but these errors were encountered:
I am trying to follow through tutorial 2 but when I view the call stacks using Top Down or Bottom Up approach, none of the managed methods except for the call to tutorial!Program.Main are showing up. I have tried this on multiple machines and get the same result. The tutorial does not mention setting any extra collection options that I can see so I am at a loss as to why I cannot see the managed methods that are taking the CPU time.
Here you can see what my Callers tree looks like
The same view from the Tutorial correctly shows the SpinForASecond, RecSpinHelper and RecSpin child methods
The text was updated successfully, but these errors were encountered: