Skip to content
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

Tuturial 2 - called methods RecSpin RecSpinHelper not showing on stacks #1865

Closed
jiruss opened this issue May 3, 2023 · 3 comments
Closed

Comments

@jiruss
Copy link

jiruss commented May 3, 2023

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
PerfViewTutorial2-Issue

The same view from the Tutorial correctly shows the SpinForASecond, RecSpinHelper and RecSpin child methods
PerfViewTutorial2-Issue2

@Xhanti
Copy link
Contributor

Xhanti commented May 3, 2023

See #1723

@jiruss
Copy link
Author

jiruss commented May 3, 2023

@Xhanti can you be more specific. I do not see anything relevant in #1723 to my issue.

@jiruss
Copy link
Author

jiruss commented May 3, 2023

Ok I have figured out the issue. It was due to the GroupPats being set to [group module entries] {%}!=>module $1 (which comes up by default).

I changed it to [Just My App] \ver.2023-04-13.03.40.38.000%!->;!=>OTHER and now it is working the same as in the tutorial video.

@jiruss jiruss closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants