br.ufsc.das.test
Class LatencyTest

java.lang.Object
  extended by br.ufsc.das.test.LatencyTest

public class LatencyTest
extends java.lang.Object


Constructor Summary
LatencyTest(int exec, java.lang.String test, int size, boolean conf)
          Creates a new instance of ClientTest
 
Method Summary
 DepTuple get(int i)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatencyTest

public LatencyTest(int exec,
                   java.lang.String test,
                   int size,
                   boolean conf)
Creates a new instance of ClientTest

Method Detail

run

public void run()

get

public DepTuple get(int i)

main

public static void main(java.lang.String[] args)