Changes between Version 5 and Version 6 of 802.11/Benchmarks


Ignore:
Timestamp:
Nov 6, 2013, 9:31:12 AM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Benchmarks

    v5 v6  
    88
    99<script type="text/javascript">
    10 function track_fmt_len_v_xput_lcl(obj)
    11 {
    12 return 'PHY Rate: ' + obj.series.label + '<br>Payload: ' + Number(obj.x).toFixed(0) +' B<br>Throughput: ' + obj.y + ' Mbps';
    13 }
     10/*Track formatters: Input arg is point object
     11   x: x,
     12   y: y,
     13   series: n.series,
     14   index: n.index,
     15   nearest: n,
     16   fraction: n.fraction
     17*/
     18function track_fmt_len_v_xput(obj) {return 'PHY Rate: ' + obj.series.label + '<br>Payload: ' + Number(obj.x).toFixed(0) +' B<br>Throughput: ' + obj.y + ' Mbps';}
    1419</script>
    1520
     
    7277                        relative : true,
    7378                        margin : 10,
    74                         trackFormatter: track_fmt_len_v_xput_lcl
     79                        trackFormatter: track_fmt_len_v_xput
    7580                },
    7681                yaxis : {