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

Question regarding setting root function for performance estimation #24

Open
peter2chang opened this issue Mar 22, 2019 · 1 comment
Open

Comments

@peter2chang
Copy link

Hi,
In lab 2 performance estimation, it seems not all function calls in the main.cpp can be set as root function. Only the ones with small "S" letter on the upper right of the green dots ahead of the function names were displayed in the "select root function" window, if it is possible to select any function we want? And once I set root function from main to others, I was not able to see the main function in the “select root function windows” again in order to change back. Is there anyway to set it back? Thank you in advance!
performance2

@sgrace-xlnx
Copy link

sgrace-xlnx commented Apr 9, 2019

Hi,

It is best to not change the root function unless you're trying to compare the root function and your accelerated functions to each other. You should be able to manually change it back to main(int, char*[]) but I have not tried that. What function did you change it to?

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