docker-webgrind
docker-webgrind copied to clipboard
Call graph not rendering.
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.
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?
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.