Comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Aug 2015 00:51:01 +0000 (01:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Aug 2015 00:51:01 +0000 (01:51 +0100)
hacks/analog.py

index 4fc1dda843bbc14f118991c1bc64ac9c6d785b84..331c2d145deef20140198ba8af7cc4865c0f5e43 100644 (file)
@@ -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()