diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-26 22:49:06 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-26 22:49:06 +0200 |
commit | bea9a124317fef3556c5cabacdc66124b201b08b (patch) | |
tree | 5005e7b508c272284fa2ca6f939940a680b43eb4 /analyze.py | |
parent | 4f0a25d1605b2e9fca4a668ffd8da9fcf4e5579a (diff) |
randomly split, for statistic purposes
Diffstat (limited to 'analyze.py')
-rw-r--r-- | analyze.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ for f in files[1:]: s.analyze_speed() print("\n" + "-"*40 + "\n") -s.analyze_visible_window() +s.analyze_visible_window(True) |