xtc.util
Class Throughput

java.lang.Object
  extended by xtc.util.Throughput

public class Throughput
extends java.lang.Object

A small utility program to compute a tool's throughput. This program takes as its input a text file, which contains one or more <file size in bytes, latency in seconds> pairs. Each pair is specified on its own line, with the first number being a long number, the second number being a double number, and the two numbers being separated by a single space.

Version:
$Revision: 1.4 $
Author:
Robert Grimm

Constructor Summary
Throughput()
           
 
Method Summary
static void main(java.lang.String[] args)
          Compute the throughput for the file specified on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Throughput

public Throughput()
Method Detail

main

public static void main(java.lang.String[] args)
Compute the throughput for the file specified on the command line.



Copyright © 2012. All Rights Reserved.