clue / docker-webgrind

Webgrind docker image, a Xdebug profiling web frontend
18 stars 6 forks source link

Install Callgraph Dependencies #2

Open mmckeon opened 6 years ago

mmckeon commented 6 years ago

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 include php5.

I had a small sample size a cachgrind files, but they call graph graphics were successfully generated for me...

(First time doing this so bear with me)

davidjeddy commented 5 years ago

LGTM, thank you @mmckeon Hope this gets merged in soon.