chiark / gitweb /
Do not attempt to make clicks
authorian <ian>
Mon, 16 Mar 2009 00:36:46 +0000 (00:36 +0000)
committerian <ian>
Mon, 16 Mar 2009 00:36:46 +0000 (00:36 +0000)
hostside/measure-speeds

index 27bca79a01ddcdfd4ceb19572f9f44ba36f03b3b..d14cc9cc1c788170c65cb8f5247578f198042808 100755 (executable)
@@ -169,8 +169,8 @@ proc now-ms-click {{returnthis {}}} {
     if {[string length $returnthis]} { return $returnthis }
     global noise
     set now [now-ms]
-    set f [open |[list sh -c {"$@" >/dev/dsp} x printf $noise]]
-    fileevent $f readable [list close $f]
+#    set f [open |[list sh -c {"$@" >/dev/dsp} x printf $noise]]
+#    fileevent $f readable [list close $f]
     return $now
 }