docker-webgrind
docker-webgrind copied to clipboard
Webgrind docker image, a Xdebug profiling web frontend
Install python3, pip, and graphviz so the gprof2dot python library can be installed. This is required for the call graph. Had to lock ubuntu to 14.0 because newer version don't...
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...