docker-webgrind icon indicating copy to clipboard operation
docker-webgrind copied to clipboard

Webgrind docker image, a Xdebug profiling web frontend

Results 2 docker-webgrind issues
Sort by recently updated
recently updated
newest added

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: ![screen shot 2017-08-02 at 4 45 44 pm](https://user-images.githubusercontent.com/6232455/28894200-148cd1e4-77a2-11e7-934e-b9425ef2fcae.png) However, attempting...

help wanted