donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Display performance hot spots #31

Open donkirkby opened 4 years ago

donkirkby commented 4 years ago

Follow up to #23, by adapting the xdot viewer with Python Qt bindings to use PySide2 and Python 3. It will probably need a separate repository to be compatible with GPL.

Adapt cProfile and gprof2dot from another project, to generate call graphs with the slow calls highlighted, and display them with the xdot viewer.