|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.util.Throughput
public class Throughput
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.
| 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 |
|---|
public Throughput()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||