diff options
| -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() |
