diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-25 23:11:08 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-25 23:11:08 +0200 |
commit | b78d6f097f85aa41f384a0f0922c98c58a22c879 (patch) | |
tree | c9ad47e9b35031ae8fa53b5130b41af54394624c /README | |
parent | 9dcba9467aface38c1bb4f0d1a9a478c3e884f20 (diff) |
stats can now be calculated over multiple files. readme.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |