summaryrefslogtreecommitdiffstats
path: root/ic_experiments/analyze.py
blob: 6a6896b12b104f46f55ff91cfbf2e8905cba3d3e (plain)
1
2
3
4
import pstats

p = pstats.Stats("run.stats")
p.print_stats()