r4767 - developers/werner/wlan-perf

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Nov 7 05:44:41 CET 2008


Author: werner
Date: 2008-11-07 05:44:41 +0100 (Fri, 07 Nov 2008)
New Revision: 4767

Modified:
   developers/werner/wlan-perf/pingh
Log:
- reduce the initial bin to avoid cluttering the output



Modified: developers/werner/wlan-perf/pingh
===================================================================
--- developers/werner/wlan-perf/pingh	2008-11-07 04:07:19 UTC (rev 4766)
+++ developers/werner/wlan-perf/pingh	2008-11-07 04:44:41 UTC (rev 4767)
@@ -75,7 +75,7 @@
     print "set yrange [0:100]\n";
 #    print "set fillstyle solid\n";
     print "plot ";
-    for ($w = 1/16; $w < $max/2; $w *= 2) {
+    for ($w = 1/16; $w < $max/10; $w *= 2) {
 	$legend = $w < 1 ? ($w*1000)."us" : "${w}ms";
 	push(@c, "\"< $0 $name $w\" with $style title \"bin = $legend\"");
     }




More information about the commitlog mailing list