blob: baf4ee319ed8cbf5b5fc659bfd8f3e3defdffe0d [file] [log] [blame]
#!/bin/bash
pycallgraph -v graphviz -- ../self_tests/run_all_tests.py
mkdir output
mkdir output/call_graphs
mv pycallgraph.png output/call_graphs