Help for this page

Select Code to Download


  1. or download this
           Rate w=1 w=0
    w=1 3003/ms  -- -1%
    ...
           Rate w=1 w=0
    w=1 3002/ms  -- -0%
    w=0 3010/ms  0%  --
    
  2. or download this
    use strict;
    use warnings;
    ...
       print("\n");
       print("Multiply by $INNER to get real rate.\n");
    }
    
  3. or download this
            Rate sr=0 sr=1
    sr=0 2751/ms   --  -0%
    ...
            Rate sr=1 sr=0
    sr=1 2735/ms   --  -1%
    sr=0 2754/ms   1%   --
    
  4. or download this
    use strict;
    use warnings;
    ...
       print("\n");
       print("Multiply by $INNER to get real rate.\n");
    }