summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-25 23:11:08 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-25 23:11:08 +0200
commitb78d6f097f85aa41f384a0f0922c98c58a22c879 (patch)
treec9ad47e9b35031ae8fa53b5130b41af54394624c /README
parent9dcba9467aface38c1bb4f0d1a9a478c3e884f20 (diff)
stats can now be calculated over multiple files. readme.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index ad6b58a..fa3410e 100644
--- a/README
+++ b/README
@@ -10,3 +10,6 @@ s = lock input. toggle between "user controls" and "bot controls". hold shift fo
move mouse = move
mouse left/mid/right click: set markers (currently unused)
esc = quit
+
+the stats.py module automatically creates/overwrites the stats.pickle file (roughly 1MB per 5 minutes currently)
+which can be loaded using Stats.load() and analyzed using the Stats.analyze_* functions, or using analyze.py