-
Notifications
You must be signed in to change notification settings - Fork 6
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
Call graph not rendering. #1
Comments
Thanks for letting me know! This image is actually a bit dated and could probably use an update, considering its upstream repo has received quite a few changes in the meantime: https://github.com/jokkedk/webgrind This bug should probably be reported upstream instead, but given how this image needs an update first, it may also already be fixed there. |
I'd be willing throw in a couple hours to assist; do you accept PRs? |
Absolutely! Go for it :-) |
@clue any updates here? Have you found a fix for it or help is still wanted? |
I had the same issue in that callgraph wasn't rendering. So I added the dependency to the image. Small sample size for me but it seemed to work. Pull request #2 created. First time doing this so hope all is ok! |
Sution provided. Thank you. |
Command used to start service:
docker run -d -p 8181:80 -v /Users/david/Projects/sourcetoad/m3/m3_api/tests/xdebug_profiler:/tmp clue/webgrind
Results in successful display of profiling data:
However, attempting to view the call graph from said data set results in a blank display:
Any ideas
PS: thank you for packaging this as an image. Makes implementation much easier.
The text was updated successfully, but these errors were encountered: