summaryrefslogtreecommitdiffstats
path: root/experiments/analyze.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-03-30 15:02:23 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-03-30 15:02:23 -0400
commitf0860ef0d66a9b70ac7bc4073716c2ae0f55862a (patch)
treec7312af233e0d406ec5018dbb7f50456e2de1d35 /experiments/analyze.py
parentb84dddecf2eab982941704a43663cf643be027d3 (diff)
downloadcriminal_cascades-f0860ef0d66a9b70ac7bc4073716c2ae0f55862a.tar.gz
New version of the model
Diffstat (limited to 'experiments/analyze.py')
-rw-r--r--experiments/analyze.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/experiments/analyze.py b/experiments/analyze.py
new file mode 100644
index 0000000..6a6896b
--- /dev/null
+++ b/experiments/analyze.py
@@ -0,0 +1,4 @@
+import pstats
+
+p = pstats.Stats("run.stats")
+p.print_stats()