From d16f3a8f05b99b23c90a4f7df62bc4ef8fc93ca2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Aug 2015 01:51:01 +0100 Subject: [PATCH] Comment. --- hacks/analog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.30.2