diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-19 01:51:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-19 01:51:01 +0100 |
| commit | d16f3a8f05b99b23c90a4f7df62bc4ef8fc93ca2 (patch) | |
| tree | 29d29ac986c65f980a98efce1258bd97af662a07 | |
| parent | d482f805bc113ddf4c504e86125c648113321c8a (diff) | |
Comment.
| -rw-r--r-- | hacks/analog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/analog.py b/hacks/analog.py index 4fc1dda84..331c2d145 100644 --- a/hacks/analog.py +++ b/hacks/analog.py @@ -234,7 +234,7 @@ elif args.fps_stats: print '%.2f fps local and %.2f fps remote' % (local / duration.float_seconds(), remote / duration.float_seconds()) elif args.encoder_stats: - + # Broad stats on what encoder threads spent their time doing for t in encoder_threads: last = None asleep = Time() |
